Files
2019-08-20 09:35:07 +02:00

4 lines
80 B
TypeScript

declare function isPlainObject(o: any): boolean;
export default isPlainObject;