UNPKG

burdy

Version:

Open Source Headless Platform

7 lines (6 loc) 182 B
declare const ConsoleOutput: { success: (...output: any[]) => void; error: (...output: any[]) => void; info: (...output: any[]) => void; }; export default ConsoleOutput;