UNPKG

74 BTypeScriptView Raw
1export type NonUndefinable<Type> = Type extends undefined ? never : Type;