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