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