UNPKG

ts-std-lib

Version:
5 lines (4 loc) 73 B
/** * Kinda naughty */ export type Undefinable<T> = T | undefined;