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