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