Files
Charon/node_modules/tldts-core/dist/es6/index.js
Wikid82 b3c56529a6 feat: add suffix lookup functionality with trie structure
- Implemented a new suffix-trie.ts file for efficient domain suffix lookups.
- Introduced a lookupInTrie function to search for public suffixes in a trie.
- Added suffixLookup function to check if a hostname has a valid public suffix.
- Created package.json and package-lock.json to manage dependencies, including tldts and tldts-core.
2025-11-21 17:43:43 -05:00

5 lines
220 B
JavaScript

export { parseImpl, getEmptyResult, resetResult, } from './src/factory';
export { default as fastPathLookup } from './src/lookup/fast-path';
export { setDefaults } from './src/options';
//# sourceMappingURL=index.js.map