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