UNPKG

boleto_parser

Version:

Analisador de código de barras e linha digitável de boletos

18 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BTG = void 0; exports.BTG = { code: "208", slug: "btg", name: "BTG", logo: "https://raw.githubusercontent.com/klawdyo/boleto_parser/main/banks/btg.png", emitter: (bounds) => `${bounds.agency}/${bounds.unknown}`, bounds: { // Usado no aliexpress agency: [19, 23], type: [23, 25], ourNumber: [25, 36], unknown: [36, 44], }, }; //# sourceMappingURL=btg.js.map