sxoinas12 82e781b8aa Graph & Tree | há 5 anos atrás | |
---|---|---|
.. | ||
index.js | há 5 anos atrás | |
license | há 5 anos atrás | |
package.json | há 5 anos atrás | |
readme.md | há 5 anos atrás |
Similar to
String#trim()
but removes only whitespace on the right
$ npm install --save trim-right
var trimRight = require('trim-right');
trimRight(' unicorn ');
//=> ' unicorn'
trim-left
- Similar to String#trim()
but removes only whitespace on the leftMIT © Sindre Sorhus