UNPKG

lgrthms

Version:

Algorithms and data structures for your JavaScript and TypeScript projects 🧑‍💻

2 lines (1 loc) 86 B
export declare function knuthMorrisPratt(string: string, substring: string): boolean;