UNPKG
good-luck-messages
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A package that wishes good luck in different languages
good-luck-messages
/
test.js
9 lines
(5 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
wishGoodLuck =
require
(
'./index'
);
wishGoodLuck
(
'french'
);
wishGoodLuck
(
'hindi'
);
wishGoodLuck
(
'japanese'
);
wishGoodLuck
();