UNPKG

use-on-demand

Version:
5 lines 169 B
var hasOwnProperty = Object.prototype.hasOwnProperty; export function hasOwn(obj, key) { return hasOwnProperty.call(obj, key); } //# sourceMappingURL=util.js.map