Utility type for including type errors in the typescript checking. It defines impossible type (object with non-existent unique symbol field). This type can be used in cases where typically never is used, but where some error message would be useful.
never
Generated using TypeDoc
Utility type for including type errors in the typescript checking. It defines impossible type (object with non-existent unique symbol field). This type can be used in cases where typically
neveris used, but where some error message would be useful.