UNPKG

197 BJavaScriptView Raw
1import isType from './is-type';
2export default (function (value) {
3 return Array.isArray ?
4 Array.isArray(value) :
5 isType(value, 'Array');
6});
7//# sourceMappingURL=is-array.js.map
\No newline at end of file