@rushstack/lookup-by-path
Version:
Strongly typed trie data structure for path and URL-like strings.
10 lines • 468 B
TypeScript
/**
* Strongly typed trie data structure for path and URL-like strings.
*
* @packageDocumentation
*/
export type { IPrefixMatch, IReadonlyLookupByPath, IReadonlyPathTrieNode } from './LookupByPath';
export { LookupByPath } from './LookupByPath';
export type { IGetFirstDifferenceInCommonNodesOptions } from './getFirstDifferenceInCommonNodes';
export { getFirstDifferenceInCommonNodes } from './getFirstDifferenceInCommonNodes';
//# sourceMappingURL=index.d.ts.map