vlad 6f123ff03e 18.07 | il y a 6 ans | |
---|---|---|
.. | ||
index.js | il y a 6 ans | |
license | il y a 6 ans | |
package.json | il y a 6 ans | |
readme.md | il y a 6 ans |
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