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