import { range } from 'remeda' export const until = (count: number) => range(0, count)