/** * Huan(202106): > class Test {} undefined > typeof Test 'function' > const t = new Test() undefined > typeof t 'object' */ declare function isInstance(target: any): boolean; export { isInstance, }; //# sourceMappingURL=misc.d.ts.map