X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=cfbffb722f119cb7a33e1f3432785e88de47019f;hb=6cd5248f7b289828220cac63f8fe77d021c572e9;hp=85c3a564af238e2858517105ec2960461f41c0a4;hpb=b7ca12ae3bfb54a42c0e9879067fc3a976685bb7;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 85c3a564..cfbffb72 100644 --- a/src/index.ts +++ b/src/index.ts @@ -71,5 +71,5 @@ export type { Writable } from './utility-types' export type { CircularArray } from './circular-array' -export type { Deque } from './deque' +export type { Deque, Node } from './deque' export { availableParallelism } from './utils'