Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635014 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind

test/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind/test/
2 Items
  • index.js
  • callBound.js
  • .github/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind/.github/
    1 Items
  • FUNDING.yml
  • CHANGELOG.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind/CHANGELOG.md
    146 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.5](https://github.com/ljharb/call-bind/compare/v1.0.4...v1.0.5) - 2023-10-19
    README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind/README.md
    133 Views
    0 Comments
    # call-bind <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/call-bind/index.js
    126 Views
    0 Comments
    'use strict';

    var bind = require('function-bind');
    var GetIntrinsic = require('get-intrinsic');
    var setFunctionLength = require('set-function-length');

    var $TypeError = GetIntrinsic('%TypeError%');
    var $apply = GetIntrinsic('%Function.prototype.apply%');
    LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind/LICENSE
    193 Views
    0 Comments
    Media file
    callBound.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind/callBound.js
    124 Views
    0 Comments
    'use strict';

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

    var callBind = require('./');

    var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf'));

    package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind/package.json
    120 Views
    0 Comments
    {
    "name": "call-bind",
    "version": "1.0.5",
    "description": "Robustly `.call.bind()` a function",
    "main": "index.js",
    "exports": {
    ".": "./index.js",
    "./callBound": "./callBound.js",