X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=eab1ab2be54524a8bfa0f6917fd1069e5dd5de9f;hb=eceaf36f69c97b0376194a849e77f6ea15fb8f7b;hp=7c438e3e605210c8bca19d4de8eef4bf83dcc47f;hpb=25622039d6941ab63c250dea2b870cd0b6f43906;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 7c438e3e..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, Node } from './deque.js' +export type { Deque, ILinkedListNode } from './deque.js' export { availableParallelism } from './utils.js'