Sha256: a1c1c8509a5be09b7d14e5cb63e9fca02b6d10b2c5a2bcea7b56edcaa248a46d
Contents?: true
Size: 427 Bytes
Versions: 26
Compression:
Stored size: 427 Bytes
Contents
import type { Inspect, Options } from './types.js'; export declare function inspect(value: unknown, opts?: Partial<Options>): string; export declare function registerConstructor(constructor: Function, inspector: Inspect): boolean; export declare function registerStringTag(stringTag: string, inspector: Inspect): boolean; export declare const custom: string | symbol; export default inspect; //# sourceMappingURL=index.d.ts.map
Version data entries
26 entries across 26 versions & 1 rubygems