WithRequired¶
Overview¶
Type WithRequired¶
Creates a type like the input type T, but with all certain properties required.
@author Jonathan Olson <jonathan.olson@colorado.edu> @author Sam Reid (PhET Interactive Simulations)
StrictOmit<T, list> & PickRequired<T, list>
Source Code¶
See the source for WithRequired.ts in the phet-core repository.