forked from mirrors/action-gh-release
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
declare function isObject(val: any): boolean;
|
|
|
|
export default isObject;
|