0.1.3 • Published 10 years ago

iu2fish-left-pad v0.1.3

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

iu2fish-left-pad

left pad numbers

###Build Build Status

Installation

npm install iu2fish-left-pad --save-dev

Usage

var leftpad = require('iu2fish-left-pad);
console.log(leftpad('test',6));
console.log(leftpad('test',6,'hh'))
console.log(leftpad('test',4,'hh'))
console.log(leftpad(1, 2, 0), '01'))
0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.0.1

10 years ago