ddSdk.d.ts 162 Bytes
Newer Older
liang ce committed
1 2 3 4 5
export { ENV_ENUM } from './env';
import { Sdk } from './sdk';
export { IJSBridge, IUNCore } from './sdk';
import './polyfills';
export declare const ddSdk: Sdk;