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) 167 B
import { Message } from '../definitions/Console'; export declare function Encode<T>(data: any, limit?: number): T; export declare function Decode(data: any): Message;