JezK
Edit File: IsConstructor.d.ts
declare function IsConstructor(argument: unknown): argument is new (...args: any) => any; export = IsConstructor;