UNPKG

type-enhancers

Version:
6 lines (3 loc) 121 B
import type { IsFalsy } from './IsFalsy'; import type { Not } from './Not'; export type IsTruthy<T> = Not<IsFalsy<T>>;