UNPKG

@vitruvius-labs/ts-predicate

Version:
5 lines (4 loc) 112 B
function hasNullableProperty(value, property) { return property in value; } export { hasNullableProperty };