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