UNPKG

zarm-web

Version:
5 lines (4 loc) 119 B
const isArray = val => { return Object.prototype.toString.call(val) === '[object Array]'; }; export default isArray;