export function arrayIsEmpty(a: any[]): boolean { return a.length === 0; }