util.ts 37 B

1
  1. export type ValueOf<T> = T[keyof T];