UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

13 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WSBase = void 0; class WSBase { get client() { return this._client; } set client(client) { this._client = client; } } exports.WSBase = WSBase; //# sourceMappingURL=ws-base.js.map