import { identity } from 'remeda' export const all = (array: T[]) => array.every(identity)