Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 479 Bytes

File metadata and controls

44 lines (32 loc) · 479 Bytes

typelab / utils / FnCallbackify

type FnCallbackify<T, ErrorType> = FunctionCallbackify<T, ErrorType>;

Alias for `FunctionCallbackify`.

Type Parameters

Type Parameter Default type

T extends Fn

ErrorType

unknown