Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635118 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto

test/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/test/
1 Items
  • index.js
  • .github/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/.github/
    1 Items
  • FUNDING.yml
  • CHANGELOG.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/CHANGELOG.md
    138 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.1](https://github.com/inspect-js/has-proto/compare/v1.0.0...v1.0.1) - 2022-12-21
    README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/README.md
    139 Views
    0 Comments
    # has-proto <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/has-proto/index.js
    123 Views
    0 Comments
    'use strict';

    var test = {
    foo: {}
    };

    var $Object = Object;

    LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/LICENSE
    209 Views
    0 Comments
    Media file
    package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-proto/package.json
    105 Views
    0 Comments
    {
    "name": "has-proto",
    "version": "1.0.1",
    "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?",
    "main": "index.js",
    "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"