diff options
Diffstat (limited to 'library/moment/src/lib/utils/is-array.js')
-rw-r--r-- | library/moment/src/lib/utils/is-array.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/moment/src/lib/utils/is-array.js b/library/moment/src/lib/utils/is-array.js deleted file mode 100644 index 46bd6c68b..000000000 --- a/library/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]'; -} |