您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 4 年前
..
index.js [Version] V.3.8 4 年前
license [Version] V.3.8 4 年前
package.json [Version] V.3.8 4 年前
readme.md [Version] V.3.8 4 年前

readme.md

trim-right Build Status

Similar to String#trim() but removes only whitespace on the right

Install

$ npm install --save trim-right

Usage

var trimRight = require('trim-right');

trimRight('  unicorn  ');
//=> '  unicorn'
  • trim-left - Similar to String#trim() but removes only whitespace on the left

License

MIT © Sindre Sorhus