From b0b24795b24ee6809397fbbadf42f31f310a219f Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 8 Jul 2015 07:35:02 -0300 Subject: Imported Upstream version 7.6.0 --- bower_components/moment/src/lib/utils/is-array.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bower_components/moment/src/lib/utils/is-array.js (limited to 'bower_components/moment/src/lib/utils/is-array.js') diff --git a/bower_components/moment/src/lib/utils/is-array.js b/bower_components/moment/src/lib/utils/is-array.js new file mode 100644 index 0000000..46bd6c6 --- /dev/null +++ b/bower_components/moment/src/lib/utils/is-array.js @@ -0,0 +1,3 @@ +export default function isArray(input) { + return Object.prototype.toString.call(input) === '[object Array]'; +} -- cgit v1.2.3