@netlify/build
Version:
Netlify build module
8 lines (7 loc) • 465 B
TypeScript
export function logSendingEventToChild(logs: any, verbose: any): void;
export function logSentEventToChild(logs: any, verbose: any): void;
export function logPluginMethodStart(verbose: any): void;
export function logPluginMethodEnd(verbose: any): void;
export function logSendingEventToParent(verbose: any, error: any): void;
export function logReceivedEventFromChild(logs: any, verbose: any): void;
export function logStepCompleted(logs: any, verbose: any): void;