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