UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

4 lines (2 loc) 144 B
declare function createAhoCorasick(keys: string[] | Set<string> | readonly string[]): (text: string) => boolean; export { createAhoCorasick };