UNPKG

@onesy/algorithms

Version:
2 lines (1 loc) 69 B
export default function kmp(string: string, value: string): boolean;