change-string-case/node_modules/is-plain-object/index.d.ts

4 lines
80 B
TypeScript
Raw Normal View History

2022-11-04 00:55:07 +08:00
declare function isPlainObject(o: any): boolean;
export default isPlainObject;