UNPKG

ascor

Version:

一些常用的简单的js工具

9 lines (7 loc) 222 B
#### trimR > 去除字符串右边空格、制表符、回车 ```javascript import { trimR } from "ascor"; trimR(" something "); // " something" trimR(" some thing "); // " some thing" ```