UNPKG

nrb-qr-parser

Version:

Reads QR Code string from Malawi Registration National Bureau Identification document and converts it to a json format

6 lines (5 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseNrbQr = void 0; var parser_1 = require("./parser"); Object.defineProperty(exports, "parseNrbQr", { enumerable: true, get: function () { return parser_1.parseNrbQr; } });