first commit
This commit is contained in:
3
public/bower_components/moment/src/lib/utils/is-object.js
vendored
Executable file
3
public/bower_components/moment/src/lib/utils/is-object.js
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
export default function isObject(input) {
|
||||
return Object.prototype.toString.call(input) === '[object Object]';
|
||||
}
|
||||
Reference in New Issue
Block a user