You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
427 B
7 lines
427 B
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
|