UNPKG

console-feed

Version:

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

13 lines (12 loc) 264 B
export declare function count(name: string): { type: string; name: string; }; export declare function timeStart(name: string): { type: string; name: string; }; export declare function timeEnd(name: string): { type: string; name: string; };