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