UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

3 lines (2 loc) 179 B
const hasOwnProperty = Object.prototype.hasOwnProperty; export const hasProperty = (value, property) => !(value[property] === undefined || !hasOwnProperty.call(value, property));