UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API

12 lines 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.newClient = void 0; const v1_1 = require("./v1"); function newClient(sdkContext) { return { v1: (0, v1_1.newV1Client)(sdkContext), context: sdkContext }; } exports.newClient = newClient; //# sourceMappingURL=client.js.map