Function globalProcessingWrapResult
- globalProcessingWrapResult<TParams extends any[], TOk, TErr>(func: ((..._: TParams) => ResultAsync<TOk, TErr>)): typeof func
Type Parameters
- TParams extends any[]
- TOk
- TErr
Returns typeof func
- globalProcessingWrapResult<TParams extends any[], TOk, TErr>(func: ((..._: TParams) => Result<TOk, TErr>)): typeof func
Type Parameters
- TParams extends any[]
- TOk
- TErr
Returns typeof func