Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / cli / WarnFn

Type Alias: WarnFn()

WarnFn = (message) => void

Defined in: packages/b2c-tooling-sdk/src/cli/columns.ts:64

Function that emits a non-fatal warning. Pass this.warn.bind(this) when calling from a command, or any plain logger callback otherwise.

Parameters

message

string

Returns

void

Released under the Apache-2.0 License.