rk
8 天以前 8d8ff48ab58d1a8bd7f2308335e8593e55b91d19
1
2
3
4
import { IUNCore } from './lib/ddSdk';
import * as otherApi from './lib/otherApi';
declare const core: typeof otherApi & IUNCore;
export = core;