sxoinas12 82e781b8aa Graph & Tree | 5 år sedan | |
---|---|---|
.. | ||
index.js | 5 år sedan | |
license | 5 år sedan | |
package.json | 5 år sedan | |
readme.md | 5 år sedan |
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