Files

4 lines
80 B
TypeScript
Raw Permalink Normal View History

2019-12-07 16:09:20 +03:00
declare function isPlainObject(o: any): boolean;
export default isPlainObject;