var getCountryISO3 = require("./index") var result = getCountryISO3("BR") console.assert(result === "BRA")