UNPKG

enso

Version:

Maximalist state & form management library for React

7 lines 262 B
import type { EnsoUtils as Utils } from "./utils.ts"; declare const safeNullish: unique symbol; export declare namespace Enso { type SafeNullish<Type> = Utils.Branded<Type | Utils.Nullish, typeof safeNullish>; } export {}; //# sourceMappingURL=types.d.ts.map