Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 416 Bytes

.verb.md

File metadata and controls

22 lines (16 loc) · 416 Bytes

Usage

var pad = require('{%= name %}');
pad(  '4', 4, '0') // 0004
pad( '35', 4, '0') // 0035
pad('459', 4, '0') // 0459

Benchmarks

Benchmarks for node.js v6.1.0 versus [left-pad][].

{%= doc('benchmark/node-v6.1.0.md') %}

Benchmarks for node.js v6.1.0 versus stevemao/left-pad.

{%= doc('benchmark/node-v6.1.0-stevemao-leftpad.md') %}