UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

8 lines (7 loc) 179 B
import { IUNCore } from './lib/ddSdk'; import * as otherApi from './lib/otherApi'; declare const dd: typeof otherApi & IUNCore; /** * @deprecated 别名为core */ export = dd;