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