/**
 * @public
 */
export type TNullable<T> = T | null | undefined;
//# sourceMappingURL=t-nullable.d.ts.map