UNPKG

coa-allin-pay

Version:
11 lines (10 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllinPayService = void 0; class AllinPayService { constructor(bin) { this.bin = bin; this.config = this.bin.config; } } exports.AllinPayService = AllinPayService;