UNPKG

console-feed-modern

Version:

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

13 lines (12 loc) 316 B
declare enum Arithmetic { infinity = 0, minusInfinity = 1, minusZero = 2 } declare const _default: { type: string; shouldTransform(type: any, value: any): boolean; toSerializable(value: any): Arithmetic; fromSerializable(data: Arithmetic): number; }; export default _default;