Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634658 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property

test/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/test/
1 Items
  • index.js
  • .github/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/.github/
    1 Items
  • FUNDING.yml
  • CHANGELOG.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/CHANGELOG.md
    143 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.1.1](https://github.com/ljharb/define-data-property/compare/v1.1.0...v1.1.1) - 2023-10-12
    README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/README.md
    145 Views
    0 Comments
    # define-data-property <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

    [![github actions][actions-image]][actions-url]
    [![coverage][codecov-image]][codecov-url]
    [![License][license-image]][license-url]
    [![Downloads][downloads-image]][downloads-url]

    [![npm badge][npm-badge-png]][package-url]
    tsconfig.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/tsconfig.json
    106 Views
    0 Comments
    {
    "compilerOptions": {
    /* Visit https://aka.ms/tsconfig to read more about this file */

    /* Projects */

    /* Language and Environment */
    "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
    index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/index.js
    134 Views
    0 Comments
    'use strict';

    var hasPropertyDescriptors = require('has-property-descriptors')();

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

    var $defineProperty = hasPropertyDescriptors && GetIntrinsic('%Object.defineProperty%', true);
    if ($defineProperty) {
    LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/LICENSE
    208 Views
    0 Comments
    Media file
    index.d.ts cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/index.d.ts
    120 Views
    0 Comments
    declare const _exports: (obj: Record<PropertyKey, unknown>, property: PropertyKey, value: unknown, nonEnumerable?: boolean | null, nonWritable?: boolean | null, nonConfigurable?: boolean | null, loose?: boolean) => void;
    export = _exports;
    //# sourceMappingURL=index.d.ts.map
    package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/package.json
    105 Views
    0 Comments
    {
    "name": "define-data-property",
    "version": "1.1.1",
    "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
    "main": "index.js",
    "exports": {
    ".": [
    {
    index.d.ts.map cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/index.d.ts.map
    172 Views
    0 Comments
    Media file