Press n or j to go to the next uncovered block, b, p or k for the previous block.
export const valuesOf = <T>(record: Record<string | number | symbol, T>): T[] => Object.values(record);