UNPKG

bluesnap

Version:
10 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const TestCards_1 = require("./TestCards"); class TestingGateway { constructor() { this.card = new TestCards_1.TestCards(); } } exports.TestingGateway = TestingGateway; //# sourceMappingURL=TestingGateway.js.map