/** * Type to declare a nilable value. * * @type {Nilable} */ export type Nilable = TValue | null | undefined; //# sourceMappingURL=nilable.d.ts.map