Skip to content

A copy of left-pad version 0.0.3 which was unpublished from npm

Notifications You must be signed in to change notification settings

Automattic/left-pad-0.0.3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

left-pad

String left pad

Install

$ npm install left-pad

Usage

leftpad = require('left-pad')

leftpad('foo', 5)
// => "  foo"

leftpad('foobar', 6)
// => "foobar"

About

A copy of left-pad version 0.0.3 which was unpublished from npm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published