UNPKG

console-feed

Version:

A React component that displays console logs from the current page, an iframe or transported across a server

7 lines (6 loc) 225 B
/** * Formats a console log message using the Devtools parser and returns HTML * @param args The arguments passed to the console method */ declare function formatMessage(args: any[]): string; export default formatMessage;