UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

5 lines (4 loc) 145 B
import { IUNCore } from './lib/ddSdk'; import * as otherApi from './lib/otherApi'; declare const core: typeof otherApi & IUNCore; export = core;