UNPKG

word-frequency-counter

Version:
4 lines (3 loc) 221 B
import { Config } from "../config"; export declare const getSentenceComponents: (text: string, config: Config) => string[]; export declare const getUniqueSentenceComponents: (text: string, config: Config) => Set<string>;