UNPKG

@lazy-cjk/str-util-normalize

Version:
13 lines (10 loc) 251 B
export declare const StripTable: readonly RegExp[]; export declare function normalize(input: string, options?: IOptions): string; export type IOptions = { allow_nbsp?: boolean; allow_bom?: boolean; }; export { normalize as default, }; export {};