UNPKG

@netlify/build

Version:
3 lines (2 loc) 228 B
/** Retrieve successful or error header depending on whether `error` exists */ export declare const getLogHeaderFunc: (error?: Error) => (logs: import("./logger.js").BufferedLogs | undefined, string: string, opts?: {}) => void;