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