UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

19 lines (18 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Currencies = void 0; /** * Currency array */ exports.Currencies = [ "AUD", "CAD", "CNY", "EUR", "GBP", "HKD", "JPY", "NZD", "SGD", "USD" ];