action-gh-release/node_modules/@octokit/endpoint/node_modules/is-plain-object/index.d.ts
2019-09-09 20:03:40 +09:00

3 lines
80 B
TypeScript

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