@stdlib/esm
Version:
ES module distribution for Stdlib, a standard library for JavaScript and Node.js.
3 lines • 318 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";import o from"./is-enumerable-property.js";var e=r,t=o;function p(r,o){return!1!==e(r,o)&&!1===t(r,o)}var a=p;export default a;
//# sourceMappingURL=is-nonenumerable-property.js.map