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