UNPKG

motion

Version:

motion - moving development forward

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" ```