UNPKG

sbd-ts

Version:

Split text into sentences with Sentence Boundary Detection (SBD).

5 lines (4 loc) 146 B
export default class stringHelper { static endsWithChar(word: any, c: any): boolean; static endsWith(word: any, end: any): boolean; }