|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| index.js | %!s(int64=2) %!d(string=hai) anos | |
| license | %!s(int64=2) %!d(string=hai) anos | |
| package.json | %!s(int64=2) %!d(string=hai) anos | |
| readme.md | %!s(int64=2) %!d(string=hai) anos | |
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