X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcircular-array.ts;h=8f545179ab2a90feb3d06fec15ee038552a25221;hb=bd4539984d5ffafd4564b5632c6e8910d1c5608e;hp=9cea08bcdd7f09463a2e7eeab323483b1ee676cc;hpb=4bffc0628edc126828fd7262740dc0f2ac94517c;p=poolifier.git diff --git a/src/circular-array.ts b/src/circular-array.ts index 9cea08bc..8f545179 100644 --- a/src/circular-array.ts +++ b/src/circular-array.ts @@ -1,6 +1,6 @@ // Copyright Jerome Benoit. 2021-2023. All Rights Reserved. -const DEFAULT_CIRCULAR_ARRAY_SIZE = 1024 +export const DEFAULT_CIRCULAR_ARRAY_SIZE = 1024 /** * Array with a maximum length and shifting items when full.