UNPKG

113 BTypeScriptView Raw
1declare function IsConstructor(argument: unknown): argument is new(...args: any) => any;
2export = IsConstructor;