UNPKG

hnb_script

Version:

Fetches currency data fron HNB and makes it available over API

7 lines (6 loc) 163 B
module.exports = function(dateMade, dateDisplay, currency) { this.made = dateMade; this.display = dateDisplay; this.currency = currency; return this; };