UNPKG

react-bootstrap-typeahead

Version:
12 lines (11 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = hasOwnProperty; /** * Check if an object has the given property in a type-safe way. */ function hasOwnProperty(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }