// Polyfill taken from . export const isArray = Array.isArray || function (arg?): boolean { return Object.prototype.toString.call(arg) === "[object Array]"; };