All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.internals.is-data-descriptor.js Maven / Gradle / Ivy

The newest version!
'use strict';
var hasOwn = require('../internals/has-own-property');

module.exports = function (descriptor) {
  return descriptor !== undefined && (hasOwn(descriptor, 'value') || hasOwn(descriptor, 'writable'));
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy