mirror of
https://github.com/softprops/action-gh-release
synced 2025-09-23 04:08:42 +00:00
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
declare function isObject(val: any): boolean;
|
|
|
|
export default isObject;
|