UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 84 B
export function range(r,n){const t=n-r+1;return Array.from({length:t},((n,t)=>t+r))}