UNPKG
fnum
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Count the number and proportion of file extensions
fnum
/
bin
/
index.js
5 lines
(3 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
import
{ bootstrap }
from
'../dist/index.js'
;
bootstrap
();