diff options
Diffstat (limited to 'bower_components/moment/src/lib/utils/is-array.js')
| -rw-r--r-- | bower_components/moment/src/lib/utils/is-array.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bower_components/moment/src/lib/utils/is-array.js b/bower_components/moment/src/lib/utils/is-array.js deleted file mode 100644 index 46bd6c6..0000000 --- a/bower_components/moment/src/lib/utils/is-array.js +++ /dev/null @@ -1,3 +0,0 @@ -export default function isArray(input) { - return Object.prototype.toString.call(input) === '[object Array]'; -} |
