export default function empty(items: T[]): boolean { return items.length === 0; }