A runtime checker that ensures a given value is set (i.e. not undefined or null)
This is used when you want to verify that data at runtime matches the expected type.
A runtime checker that ensures a given value is set (i.e. not undefined or null)
This is used when you want to verify that data at runtime matches the expected type.