UNPKG

@rxap/utilities

Version:

A collection of utility functions, types and interfaces.

2 lines (1 loc) 87 B
export declare function isConstructor<T>(fn: Function): fn is new (...args: T[]) => T;