UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

4 lines (3 loc) 64 B
export type Nullable<T> = { [K in keyof T]: T[K] | null; };