Provides convenience functions for object mappers.
Use these to map to constant values, or to omit the property.
constant<TValue>(value: TValue): () => TValue
omit(): OmitProperty
null(): null
undefined(): undefined