UNPKG

rh-regexp

Version:

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

9 lines (6 loc) 103 B
/** * 必填 */ export function required(str: string): boolean { return str.length > 0 }