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