UNPKG

@visulima/inspector

Version:

Inspect utility for Node.js and Browsers.

4 lines (3 loc) 160 B
import type { InspectType } from "../types.d.mts"; declare const inspectClass: InspectType<new (...arguments_: any[]) => unknown>; export default inspectClass;