3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
declare function isConstructor(value: any): boolean;
|
|
export default isConstructor;
|