UNPKG
zeroise
Version:
latest (0.1.0)
0.1.0
Add leading zeros to fill a certain number to the given size.
github.com/tyxla/zeroise
tyxla/zeroise
zeroise
/
.travis.yml
7 lines
(6 loc)
•
85 B
YAML
View Raw
1
2
3
4
5
6
7
language:
node_js
node_js:
-
"0.10"
-
"0.11"
-
"0.12"
script:
"npm test"