UNPKG

@kamilmielnik/trie

Version:

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

5 lines (4 loc) 124 B
export * from './Trie.ts'; export * from './constants.ts'; export * from './lib/index.ts'; export type * from './types.ts';