Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

637294 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length

.github/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length/.github/
1 Items
  • FUNDING.yml
  • CHANGELOG.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length/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/set-function-length/compare/v1.1.0...v1.1.1) - 2023-10-19
    env.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length/env.js
    130 Views
    0 Comments
    'use strict';

    var gOPD = require('gopd');

    var functionsHaveConfigurableLengths = gOPD && gOPD(function () {}, 'length').configurable;

    var functionsHaveWritableLengths = gOPD && gOPD(function () {}, 'length').writable;

    README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length/README.md
    137 Views
    0 Comments
    # set-function-length <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]
    index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length/index.js
    124 Views
    0 Comments
    'use strict';

    var GetIntrinsic = require('get-intrinsic');
    var define = require('define-data-property');
    var hasDescriptors = require('has-property-descriptors')();
    var gOPD = require('gopd');

    var $TypeError = GetIntrinsic('%TypeError%');
    LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length/LICENSE
    206 Views
    0 Comments
    Media file
    package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length/package.json
    101 Views
    0 Comments
    {
    "name": "set-function-length",
    "version": "1.1.1",
    "description": "Set a function's length property",
    "main": "index.js",
    "exports": {
    ".": "./index.js",
    "./env": "./env.js",