1
0
Fork 0
mirror of synced 2026-06-05 12:28:19 +00:00
action-gh-release/node_modules/@octokit/endpoint/node_modules/is-plain-object/index.d.ts
2019-09-29 08:30:02 -04:00

3 lines
80 B
TypeScript

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