UNPKG

connect-sdk-nodejs

Version:

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

3 lines (2 loc) 135 B
import { Configuration, SdkContext } from "../model"; export declare function newSdkContext(configuration: Configuration): SdkContext;