import { default } from "https://deno.land/x/masx200_leetcode_test@10.6.3/implement-trie-ii-prefix-tree/index.ts";
Methods
countWordsEqualTo(word: string): number
countWordsStartingWith(prefix: string): number
erase(word: string): void
insert(word: string): void