ReadonlyKeys¶
Overview¶
Type ReadonlyKeys¶
{ // eslint-disable-next-line typescript-eslint/consistent-indexed-object-style [P in keyof T]-?: IfEquals<Record<P, T[P]>, { -readonly [Q in P]: T[P] }, never, P> }[keyof T]
Source Code¶
See the source for ReadonlyKeys.ts in the phet-core repository.