UNPKG
ham-tools-package
Version:
latest (1.0.6)
1.0.6
1.0.4
1.0.3
1.0.2
1.0.0
Learning to create an npm package
ham-tools-package
/
test.js
5 lines
•
157 B
JavaScript
View Raw
1
2
3
4
5
var
Ham
=
require
(
'./index'
);
console
.
log
(
Ham
.
whatBand
(
144
));
console
.
log
(
Ham
.
whatBand
(
444
));
console
.
log
(
Ham
.
whatBand
(
3001
));
console
.
log
(
Ham
.
whatBand
(
12
));