()
| 15 | now?: boolean; |
| 16 | default?: TOutput | Promise<TOutput> | (() => TOutput) | (() => Promise<TOutput>); |
| 17 | cancel?(): TOutput | never; |
| 18 | descriptors?: Record<string, string | string[]>; |
| 19 | once?: boolean; |
| 20 | } |
no outgoing calls
no test coverage detected