2019-10-10 18:04:43 +08:00

4 lines
80 B
TypeScript

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