UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

8 lines (7 loc) 278 B
import { Sdk } from '..'; import { IApiMiddlewareContext, IApiMiddlewareNextFn } from '../sdkLib'; /** * 简易的 logger * @deprecated 不再内置 */ export declare function simpleLogger(this: Sdk, context: IApiMiddlewareContext, next: IApiMiddlewareNextFn): Promise<any>;