dirkharrington / pad

A modern implementation of leftpad that scales

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pad NPM version Build Status Dependency Status Coverage Status

Installation

$ npm install --save pad

Usage

var pad = require('pad');

pad('Rainbow', 25);

License

Apache-2.0 ©

About

A modern implementation of leftpad that scales

License:Other


Languages

Language:JavaScript 100.0%