Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636381 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors

test/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/test/
1 Items
  • index.js
  • .github/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/.github/
    1 Items
  • FUNDING.yml
  • CHANGELOG.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/CHANGELOG.md
    147 Views
    0 Comments
    # Changelog

    All notable changes to this project will be documented in this file.

    The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

    ## [v1.0.1](https://github.com/inspect-js/has-property-descriptors/compare/v1.0.0...v1.0.1) - 2023-10-20
    README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/README.md
    149 Views
    0 Comments
    # has-property-descriptors <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

    [![github actions][actions-image]][actions-url]
    [![coverage][codecov-image]][codecov-url]
    [![dependency status][deps-svg]][deps-url]
    [![dev dependency status][dev-deps-svg]][dev-deps-url]
    [![License][license-image]][license-url]
    [![Downloads][downloads-image]][downloads-url]
    index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/index.js
    125 Views
    0 Comments
    'use strict';

    var GetIntrinsic = require('get-intrinsic');

    var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);

    var hasPropertyDescriptors = function hasPropertyDescriptors() {
    if ($defineProperty) {
    LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/LICENSE
    206 Views
    0 Comments
    Media file
    package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-property-descriptors/package.json
    116 Views
    0 Comments
    {
    "name": "has-property-descriptors",
    "version": "1.0.1",
    "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
    "main": "index.js",
    "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"