zerofill

0.1.0 • Public • Published

Zerofill

Zero-pad a number to the given size. Saves you repeating a whopping seven lines of code everywhere.

var zeroFill = require('zerofill');
 
zeroFill(1, 3); // '001'

License: MIT.

/zerofill/

    Package Sidebar

    Install

    npm i zerofill

    Weekly Downloads

    18

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • mcg