left-padding

1.0.0 • Public • Published

left-pading

字符串或者数字的左补齐

usage

const pad = require('left-padding')
 
console.log('hello', 8)
// '   hello'
 
console.log(pad(1, 3))
// ' 13'
 
console.log(pad(11, 3), '0')
// '013'

Package Sidebar

Install

npm i left-padding

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • huoqishi