console-feed
Version:
A React component that displays console logs from the current page, an iframe or transported across a server
17 lines (16 loc) • 345 B
TypeScript
interface Storage {
name: string;
body: object;
proto: string;
}
/**
* Serialize a Map into JSON
*/
declare const _default: {
type: string;
lookup: MapConstructor;
shouldTransform(type: any, obj: any): boolean;
toSerializable(map: any): Storage;
fromSerializable(data: Storage): {};
};
export default _default;