UNPKG

type-tls

Version:

type-tls 封装了与类型相关的工具,比如:获取数据的类型 或 类型名字、判断数据的类型 等

16 lines (9 loc) 513 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [type-tls](./type-tls.md) &gt; [WaitAsyncableCallback](./type-tls.waitasyncablecallback.md) ## WaitAsyncableCallback type waitAsyncable 的回调函数的类型 **Signature:** ```typescript export type WaitAsyncableCallback<Result, Return> = (result: ResolveData<Result> | undefined, rejected: boolean, error: any) => Return; ``` **References:** [ResolveData](./type-tls.resolvedata.md)