UNPKG

inspectable

Version:

Make the output of a class instance in the console meaningful

3 lines (2 loc) 202 B
import type { Constructor, IInspectableOptions } from './types'; export declare const inspectable: <T, P = object>(klass: Constructor<T>, { serialize, stringify, }?: IInspectableOptions<T, P>) => void;