mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-06-24 00:09:27 +08:00
chore: update dependencies
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// Is a given variable an object?
|
||||
export default function isObject(obj) {
|
||||
var type = typeof obj;
|
||||
return type === 'function' || (type === 'object' && !!obj);
|
||||
}
|
||||
Reference in New Issue
Block a user