1
0
Files

4 lines
80 B
TypeScript
Raw Permalink Normal View History

2019-08-06 17:37:58 -04:00
declare function isPlainObject(o: any): boolean;
export default isPlainObject;