Type Aliases
Case
Case
<TypeType, ValueType, RequestType>: ((dataType
: TypeType, input
: unknown, options
: WrapOptions) => Generator<RequestType, ValueType, WrapResponse>)Type Parameters
TypeType
ValueType
RequestType
Type declaration
Parameters
dataType: TypeType
input: unknown
Returns Generator<RequestType, ValueType, WrapResponse>
Functions
wrap
Parameters
dataType: Type
input: unknown