UNPKG

@kamilmielnik/trie

Version:

Trie data structure implementation in TypeScript. Highly performant. No dependencies. Built for a Scrabble Solver.

4 lines (3 loc) 91 B
export * from './Trie.js'; export * from './constants.js'; export * from './lib/index.js';