UNPKG
zerofill
Version:
latest (0.1.0)
0.1.0
Zero-pad a number to the given size.
zerofill
/
component.json
11 lines
(10 loc)
•
181 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"zerofill"
,
"description"
:
"Zero-pad a number to the given size."
,
"version"
:
"0.1.0"
,
"main"
:
"index.js"
,
"scripts"
:
[
"index.js"
]
,
"license"
:
"MIT"
}