export const createArray = <T>(length: number): T[] => Array.from({ length });
