This package has been deprecated

Author message:

i feel too much shame about this package

trim-left-zero

0.1.0 • Public • Published

#Trim left zero

Build Status

Simply removes leading zeros from string ##Installation

npm install trim-left-zero

##Usage

var trimLeftZero  = require('trim-left-zero');
var a = '000121212xxx';
a = trimLeftZero(a);
console.log(a); // outputs 121212xxx

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i trim-left-zero

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jehy-true