UNPKG

@montarist/nilvera-api

Version:

An unofficial SDK for integrating with Nilvera e-Invoice, e-Archive services

16 lines (15 loc) 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CURRENCY_SHORT_CODES = exports.CURRENCY_CODES = void 0; exports.CURRENCY_CODES = { TRY: "Türk Lirası", USD: "Amerikan Doları", EUR: "Avro", GBP: "İngiliz Sterlini", }; exports.CURRENCY_SHORT_CODES = { TRY: "TRY", USD: "USD", EUR: "EUR", GBP: "GBP", };