Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 il y a 4 ans
..
index.js [Version] V.3.8 il y a 4 ans
license [Version] V.3.8 il y a 4 ans
package.json [Version] V.3.8 il y a 4 ans
readme.md [Version] V.3.8 il y a 4 ans

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