UNPKG

console-feed

Version:

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

11 lines (10 loc) 255 B
/** * Serialize a `bigint` to a string */ declare const _default: { type: string; shouldTransform(_type: any, obj: any): boolean; toSerializable(value: bigint): string; fromSerializable(data: string): bigint; }; export default _default;