Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636407 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown

.github/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown/.github/
1 Items
  • FUNDING.yml
  • CHANGELOG.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown/CHANGELOG.md
    133 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).

    ## [v2.0.0](https://github.com/inspect-js/hasOwn/compare/v1.0.1...v2.0.0) - 2023-10-19
    README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown/README.md
    138 Views
    0 Comments
    # hasown <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/hasown/tsconfig.json
    108 Views
    0 Comments
    {
    "compilerOptions": {
    /* Visit https://aka.ms/tsconfig to read more about this file */

    /* Projects */

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

    var call = Function.prototype.call;
    var $hasOwn = Object.prototype.hasOwnProperty;
    var bind = require('function-bind');

    /** @type {(o: {}, p: PropertyKey) => p is keyof o} */
    module.exports = bind.call(call, $hasOwn);
    LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown/LICENSE
    162 Views
    0 Comments
    Media file
    index.d.ts cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown/index.d.ts
    112 Views
    0 Comments
    declare const _exports: (o: {}, p: PropertyKey) => p is never;
    export = _exports;
    //# sourceMappingURL=index.d.ts.map
    package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown/package.json
    103 Views
    0 Comments
    {
    "name": "hasown",
    "version": "2.0.0",
    "description": "A robust, ES3 compatible, \"has own property\" predicate.",
    "main": "index.js",
    "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
    index.d.ts.map cody/Khushigupta8/Hotel-Management-Webpage/node_modules/hasown/index.d.ts.map
    155 Views
    0 Comments
    Media file