CHAN.RUN
Handler map for match(). Named keys match fault errors; _ is the fallback.
Defined in: src/types.ts
Handler map for match(). Named keys match fault errors; _ is the fallback.
| Type Parameter |
|---|
T |
[nameOrCode: string]: ((error) => T) | undefinedoptional _?: (error) => T;Defined in: src/types.ts
| Parameter | Type |
|---|---|
error | unknown |
T