Package detail

leftpad

tmcw13.2kBSD-3-Clausedeprecated0.0.1

Use the built-in String.padStart function instead

left pad numbers

pad, numbers, formatting, format

readme

leftpad

CircleCI

Like the pad module, except I'll remember the argument order.

var leftpad = require('leftpad');

leftpad(5, 10);
'0000000005'

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.1 (2017-05-03)