Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/

.github /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/.github/
2 Items
  • FUNDING.yml
  • SECURITY.md
  • CHANGELOG.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/CHANGELOG.md
    201 Views
    0 Comments
    # Changelog

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

    The format is based on [Keep a Changelog](htt
    LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/LICENSE
    277 Views
    0 Comments
    Copyright (c) 2013 Raynos.

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and as
    README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/README.md
    183 Views
    0 Comments
    # function-bind <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

    [![github actions][actions-image]][actions-url]
    <!-
    implementation.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/implementation.js
    151 Views
    0 Comments
    'use strict';

    /* eslint no-invalid-this: 1 */

    var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
    var toStr
    index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/index.js
    166 Views
    0 Comments
    'use strict';

    var implementation = require('./implementation');

    module.exports = Function.prototype.bind || implementation;

    package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/package.json
    135 Views
    0 Comments
    {
    "name": "function-bind",
    "version": "1.1.2",
    "description": "Implementation of Function.prototype.bind",
    "keywords": [
    test /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/function-bind/test/
    1 Items
  • index.js