UNPKG

@quixo3/prisma-session-store

Version:
6 lines (5 loc) 176 B
/** * Creates an array starting at 0 going to `length` -1 * @param length the value to end just before reaching */ export declare const range: (length: number) => number[];