UNPKG

@contextjs/collections

Version:

Strongly-typed collection classes for TypeScript, including List, Dictionary, Queue, Stack, and HashSet.

7 lines (6 loc) 201 B
export * from "../dictionary.js"; export * from "../hash-set{t}.js"; export * from "../list{t}.js"; export * from "../queue{t}.js"; export * from "../stack{t}.js"; export * from "../binary-search.js";