UNPKG

@doc-tools/sentenizer

Version:

text segmentation into sentences

8 lines (7 loc) 337 B
import { Pred } from 'ramda'; declare const charAt: (...args: unknown[]) => any; declare const notAlpha: (str: string) => boolean; declare const hasAlpha: (str: string) => boolean; declare const startsWithLower: Pred<any[]>; declare const isUpper: (a: string) => boolean; export { charAt, notAlpha, hasAlpha, startsWithLower, isUpper };