export function isArray(o: T) { return Object.prototype.toString.call(o) === '[object Array]'; }