dd.d.ts 179 B

1234567
  1. import { IUNCore } from './lib/ddSdk';
  2. import * as otherApi from './lib/otherApi';
  3. declare const dd: typeof otherApi & IUNCore;
  4. /**
  5. * @deprecated 别名为core
  6. */
  7. export = dd;