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