action-gh-release/node_modules/@octokit/endpoint/node_modules/is-plain-object/index.d.ts
2019-10-20 17:50:51 -04:00

3 lines
80 B
TypeScript

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