@wpkernel/pipeline v0.12.1-beta.3
@wpkernel/pipeline / PipelineReporter
Interface: PipelineReporter
Interface for reporting pipeline events and warnings.
Properties
warn()?
ts
optional warn: (message, context?) => void;Parameters
message
string
context?
unknown
Returns
void
