UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

22 lines (14 loc) 198 B
## left-pad String left pad ## Install ```bash $ npm install left-pad ``` ## Usage ```js leftpad = require('left-pad') leftpad('foo', 5) // => " foo" leftpad('foobar', 6) // => "foobar" ```