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