X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcircular-array.ts;h=8f545179ab2a90feb3d06fec15ee038552a25221;hb=b4c2a50df77a5f3110d228436ce9f3008cbd8297;hp=9cea08bcdd7f09463a2e7eeab323483b1ee676cc;hpb=069e56f4a71b48e89eeb1b4b2ccf693b75116f07;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.