blob: 092f8a2ad805d5aa084ad23b36e5330e5d8aa337 [file] [log] [blame]
export const isArray = (() => Array.isArray || (<T>(x: any): x is T[] => x && typeof x.length === 'number'))();