marocchino-sticky-pull-requ.../node_modules/is-plain-object/index.d.ts
2019-11-21 10:11:11 +09:00

3 lines
80 B
TypeScript

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