left-pad-ception
v0.0.3
Published
What's more modular than left-pad? A module to use left-pad of course!
Readme
left-pad-ception
Take modularity to another level.
Installation
npm install -S left-pad-ceptionUsage
var lpc = require('left-pad-ception');
lpc('foo', 5) // " foo"
