at main 78 B view raw
1export const range = (length: number) => Array.from({ length }, (_, i) => i);