UNPKG

console-feed

Version:

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

4 lines (3 loc) 217 B
declare const methods: string[]; export default methods; export type Methods = 'log' | 'debug' | 'info' | 'warn' | 'error' | 'table' | 'clear' | 'time' | 'timeEnd' | 'count' | 'assert' | 'command' | 'result' | 'dir';