File size: 95 Bytes
51ddcbf
 
1
2
3
declare function isPlainObject(value: unknown): value is object;
export default isPlainObject;