hello-world-javascript-action/node_modules/is-plain-object/index.d.ts

4 lines
80 B
TypeScript
Raw Normal View History

2019-08-07 04:05:52 +00:00
declare function isPlainObject(o: any): boolean;
export default isPlainObject;