UNPKG
timmys-big-package
Version:
latest (1.0.2)
1.0.2
1.0.0
Tim has a big package
timmys-big-package
/
index.js
10 lines
(6 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
exports
.
gotBigHog
=
function
(
) {
console
.
log
(
"Definitely has a big healthy hog"
); }
exports
.
bringIt
=
function
(
) {
console
.
log
(
"Bring it ..."
); }