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