UNPKG

word-frequency-counter

Version:
3 lines (2 loc) 122 B
import { Config } from "../../config"; export declare const punctuationRemover: (text: string, config: Config) => string;