X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=eab1ab2be54524a8bfa0f6917fd1069e5dd5de9f;hb=91d26ce3eebccfe651b161329ce2185681f56ac1;hp=1548487fa01b8ef226f27948fbf72575e06c45e1;hpb=4335b463013675c6f5f0cd49c86ba7c75cb59c76;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 1548487f..eab1ab2b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -74,5 +74,5 @@ export type { Writable } from './utility-types.js' export type { CircularArray } from './circular-array.js' -export type { Deque, LinkedListNode } from './deque.js' +export type { Deque, ILinkedListNode } from './deque.js' export { availableParallelism } from './utils.js'