UNPKG

trie-d

Version:

Minimal trie datastructure representation

8 lines (6 loc) 123 B
'use strict'; const TRIE_TYPES = { STR_MATCH: 'str_match', COUNT_MATCH: 'c_match' }; module.exports = TRIE_TYPES;