UNPKG

@contextjs/collections

Version:

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

6 lines (5 loc) 164 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";