@netlify/build
Version:
Netlify build module
17 lines (16 loc) • 524 B
TypeScript
export declare const failBuild: (message: string, opts?: {
error: Error;
errorMetadata: string[];
}) => never;
export declare const failPlugin: (message: string, opts?: {
error: Error;
errorMetadata: string[];
}) => never;
export declare const cancelBuild: (message: string, opts?: {
error: Error;
errorMetadata: string[];
}) => never;
export declare const failPluginWithWarning: (methodName: string, event: string, message: string, opts: {
error: Error;
errorMetadata: string[];
}) => void;