|
|
пре 4 година | |
|---|---|---|
| .. | ||
| .npmignore | пре 4 година | |
| History.md | пре 4 година | |
| Makefile | пре 4 година | |
| Readme.md | пре 4 година | |
| component.json | пре 4 година | |
| index.js | пре 4 година | |
| package.json | пре 4 година | |
Trims string whitespace.
$ npm install pad-component
$ component install component/pad
Pad str on both sides to the given len, with optional char
defaulting to a space.
Pad str on the left to the given len with optional char.
Pad str on the right to the given len with optional char.
MIT