UNPKG

simple-text

Version:

![npm](https://img.shields.io/npm/v/simple-text.svg) ![license](https://img.shields.io/npm/l/simple-text.svg) ![github-issues](https://img.shields.io/github/issues/wspecs/simple-text.svg)

6 lines (5 loc) 169 B
export declare const REPLACE_MAP: { [key: string]: string; }; export declare const REPLACE_TEXT: RegExp; export declare function simplify(sentence: string): string;