UNPKG

@reyalp/debug-utils

Version:

ts transformers for debug

3 lines (2 loc) 158 B
export declare function introspect<T>(expr: T): [string, T]; export declare function quoteval<T>(expr: T, j?: string, inspect?: (expr: T) => string): string;