Guest User

Untitled

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. 'use strict';
  2.  
  3. Object.defineProperty(exports, '__esModule', { value: true });
  4.  
  5. const hasOwn = (
  6. (has) =>
  7. (target, property) =>
  8. Boolean(target && has.call(target, property))
  9. )(Object.prototype.hasOwnProperty);
  10.  
  11. exports.hasOwn = hasOwn;
  12. exports.default = hasOwn;
Add Comment
Please, Sign In to add comment