UNPKG

108 BTypeScriptView Raw
1/**
2 * Used to print values in error messages.
3 */
4export declare function inspect(value: unknown): string;