Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/

.github /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/.github/
1 Items
  • FUNDING.yml
  • CHANGELOG.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/CHANGELOG.md
    191 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/has-symbols/LICENSE
    329 Views
    0 Comments
    MIT License

    Copyright (c) 2016 Jordan Harband

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of
    README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/README.md
    219 Views
    0 Comments
    # has-symbols <sup>[![Version Badge][2]][1]</sup>

    [![github actions][actions-image]][actions-url]
    [![coverage][codecov-image]][
    index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/index.js
    160 Views
    0 Comments
    'use strict';

    var origSymbol = typeof Symbol !== 'undefined' && Symbol;
    var hasSymbolSham = require('./shams');

    module.exports
    package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/package.json
    140 Views
    0 Comments
    {
    "name": "has-symbols",
    "version": "1.0.3",
    "description": "Determine if the JS environment has Symbol support. Supports spe
    shams.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/shams.js
    142 Views
    0 Comments
    'use strict';

    /* eslint complexity: [2, 18], max-statements: [2, 33] */
    module.exports = function hasSymbols() {
    if (typeof Sy
    test /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/
    3 Items
  • index.js
  • shams
  • tests.js