UNPKG

rh-regexp

Version:

```shell npm install rh-regexp ```

3 lines (2 loc) 114 B
import { RegExpRaw } from '../type'; export declare function seKeyboard(val: string, rule: RegExpRaw): boolean;