npm.io
0.0.25 • Published 9 years ago

cf-left-pad

Licence
WTFPL
Version
0.0.25
Deps
0
Vulns
0
Weekly
0

cf-left-pad

String left pad.

Install

$ npm install cf-left-pad

Usage

leftpad = require('cf-left-pad')

leftpad('foo', 5)
// => "  foo"

leftpad('foobar', 6)
// => "foobar"

leftpad(1, 2, 0)
// => "01"