UNPKG
enso
Version:
latest (2.6.0)
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
0.5.1
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.0
Maximalist state & form management library for React
github.com/kossnocorp/enso
kossnocorp/enso
enso
/
types.d.ts
7 lines
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
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