UNPKG

word-break

Version:
9 lines (7 loc) 153 B
declare function wordBreak( s: string, dict: string[], longestWordLength?: number ): string[]; declare namespace wordBreak {} export = wordBreak;