UNPKG

js-gp

Version:

implementation of globalplatform

16 lines 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); class trans { constructor() { } transmit(command) { return; } } let gp = new index_1.jsgp(new trans()); let capdata = gp.gp_cap_data("jsgp.cap"); console.log(capdata); let pkgaid = gp.gp_cap_pkg_aid("jsgp.cap"); console.log(pkgaid); //# sourceMappingURL=test.js.map