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