|
|
4 yıl önce | |
|---|---|---|
| .. | ||
| .npmignore | 4 yıl önce | |
| History.md | 4 yıl önce | |
| Makefile | 4 yıl önce | |
| Readme.md | 4 yıl önce | |
| component.json | 4 yıl önce | |
| index.js | 4 yıl önce | |
| package.json | 4 yıl önce | |
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