UNPKG

@happyvibess/node-cleaner

Version:

🧹 Interactive CLI tool to find and clean node_modules directories and free up space

8 lines • 232 B
type EncodeTrieNode = string | { v?: string; n: number | Map<number, EncodeTrieNode>; o?: string; }; declare const _default: Map<number, EncodeTrieNode>; export default _default; //# sourceMappingURL=encode-html.d.ts.map