withMeta
withMeta<
T>(command,ctx,fn):Promise<T&object>
Defined in: src/pipeline/context.ts:58
Stamps ISO timestamps around fn and injects the meta block into its report.
Type Parameters
Section titled “Type Parameters”T extends object
Parameters
Section titled “Parameters”command
Section titled “command”string
() => Promise<T>
Returns
Section titled “Returns”Promise<T & object>