UNPKG

@kamilmielnik/trie

Version:

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

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