mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
declare function isPlainObject(o: any): boolean;
|
|
|
|
export default isPlainObject;
|