@stdlib/esm
Version:
ES module distribution for Stdlib, a standard library for JavaScript and Node.js.
3 lines • 319 B
JavaScript
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0
import r from"./has-own-property.js";var t=r;function n(r,n){return null!=r&&!t(r,n)&&("symbol"==typeof n?n in Object(r):String(n)in Object(r))}var o=n;export default o;
//# sourceMappingURL=is-inherited-property.js.map