blob: fd131f01cb806357fa0b7ea9a623dba784bfb4ba [file] [log] [blame]
declare function isPlainObject(o: any): boolean;
export default isPlainObject;