UNPKG

omnipay-savings-sdk

Version:

Omnipay Savings SDK

4 lines (3 loc) 153 B
import { SDKConfig } from './types'; export declare const setSDKConfig: (config: SDKConfig) => void; export declare const getSDKConfig: () => SDKConfig;