UNPKG

fastds

Version:

Fast, Zero-Dependency, TypeScript-based data structures for high-performance applications.

5 lines (3 loc) 138 B
export { BinarySearchArray } from "./binary-search.js"; export { RingBuffer } from "./ring-buffer.js"; //# sourceMappingURL=index.js.map