UNPKG

word-frequency-counter

Version:
5 lines (4 loc) 100 B
export type Config = { protectionList: string[]; }; export declare const defaultConfig: Config;