🧰 type util
Validate if A is assignable to B.
A
B
This is the internal logic of Assignable. It does not check against special types.
Assignable
It is suitable for building custom types.
🧰 type util
Validate if
A
is assignable toB
.This is the internal logic of
Assignable
. It does not check against special types.It is suitable for building custom types.