core.d.ts 145 B

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