UNPKG
hnb_script
Version:
latest (0.1.2)
0.1.2
Fetches currency data fron HNB and makes it available over API
PrimaxLite/hnb_script
hnb_script
/
lib
/
CurrencyTable.js
7 lines
(6 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports = function(dateMade, dateDisplay, currency) {
this
.made = dateMade;
this
.display = dateDisplay;
this
.currency = currency;
return
this
; };