kd.typing.check_type

kd.typing.check_type#

kauldron.typing.check_type(
value: Any,
expected_type: Any,
) None[source]

Ensure that value matches expected_type, alias for typeguard.check_type.