All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.README.md Maven / Gradle / Ivy

The newest version!
## leftpad

[![CircleCI](https://circleci.com/gh/tmcw/leftpad/tree/master.svg?style=shield)](https://circleci.com/gh/tmcw/leftpad/tree/master)

Like the [pad module](https://github.com/wdavidw/node-pad), except I'll remember
the argument order.

```js
var leftpad = require('leftpad');

leftpad(5, 10);
'0000000005'
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy