UNPKG

@types/es-abstract

Version:
3 lines (2 loc) 113 B
declare function IsConstructor(argument: unknown): argument is new(...args: any) => any; export = IsConstructor;