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

4 lines
80 B
TypeScript
Raw Normal View History

2020-07-30 00:28:09 +08:00
declare function isPlainObject(o: any): boolean;
export default isPlainObject;