(
cb: (
...args: Args
) =>
| [
((title: string | undefined) => string | undefined) | string,
(t: ExecutionContext<Ctx>) => Promise<void>
]
| ((t: ExecutionContext<Ctx>) => Promise<void>)
)
| 97 | skip<T extends any[]>(macros: OneOrMoreMacros<T, Context>, ...rest: T): void; |
| 98 | |
| 99 | macro<Args extends any[], Ctx = Context>( |
| 100 | cb: ( |
| 101 | ...args: Args |
| 102 | ) => |
no outgoing calls
no test coverage detected