UNPKG

ts-std-lib

Version:
5 lines (4 loc) 72 B
/** * Very naughty */ export declare type Nullable<T> = T | null;