UNPKG

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