/left-pad-ception

What's more modular than left-pad? A module to use left-pad of course!

Primary LanguageJavaScript

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"