setConfig.d.ts 110 B

123
  1. declare let client: any;
  2. export declare const setConfig: (options: any, ctx: any) => void;
  3. export { client };