X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=cfbffb722f119cb7a33e1f3432785e88de47019f;hb=a84c4698b83aaa02b9f10e52aa9c76eff5b5871f;hp=85c3a564af238e2858517105ec2960461f41c0a4;hpb=c74b6981dbc78aa19a73c690eace221969bb997f;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'