Determine if the JS environment has Symbol support. Supports spec, or shams.
☆18Apr 29, 2026Updated last month
Alternatives and similar repositories for has-symbols
Users that are interested in has-symbols are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Dec 30, 2025Updated 4 months ago
- Is this value a JS regex?☆24Apr 8, 2026Updated last month
- abstract base class for hash-streams☆11Sep 23, 2025Updated 8 months ago
- Is this an ES6 Symbol value?☆19Mar 16, 2026Updated 2 months ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Mar 18, 2026Updated 2 months ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ES6 spec-compliant Function.prototype.name sham.☆12Dec 20, 2024Updated last year
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15May 10, 2026Updated 2 weeks ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Dec 30, 2025Updated 4 months ago
- Like `extend` but only copies missing properties/values to the target object.☆17Apr 26, 2017Updated 9 years ago
- Object.keys shim☆46Mar 17, 2026Updated 2 months ago
- ☆11Apr 15, 2023Updated 3 years ago
- ☆19Dec 21, 2024Updated last year
- Is this specifier a node.js core module?☆26May 5, 2026Updated 3 weeks ago
- Node.js path.dirname() ponyfill☆13Nov 13, 2021Updated 4 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Dec 30, 2025Updated 4 months ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Sep 4, 2021Updated 4 years ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆22Dec 30, 2025Updated 4 months ago
- the tty module from node core for browsers☆18Dec 21, 2024Updated last year
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆18Mar 14, 2022Updated 4 years ago
- ☆19Dec 21, 2024Updated last year
- The map of HTTP status codes from the builtin http module☆19Apr 21, 2022Updated 4 years ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- utilities for encryption and and hashing in node.js☆18May 22, 2022Updated 4 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- Returns true if a string has an extglob☆23May 25, 2019Updated 7 years ago
- Deceive HTTP Parser☆18Sep 18, 2021Updated 4 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆42Dec 30, 2025Updated 4 months ago
- ☆20Sep 24, 2025Updated 8 months ago
- Utilities for the snapdragon parser/compiler.☆19Aug 12, 2020Updated 5 years ago
- Validates whether a string matches the production for an XML name or qualified name☆15Nov 12, 2023Updated 2 years ago
- Unpipe a stream from all destinations☆22Dec 15, 2020Updated 5 years ago
- DES algorithm☆28May 29, 2023Updated 3 years ago
- Modern Buffer API polyfill without footguns☆27Apr 22, 2021Updated 5 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- The Thing when you need it☆19Mar 15, 2024Updated 2 years ago
- Get the command from a shebang☆24Aug 14, 2021Updated 4 years ago
- Array.prototype.includes spec-compliant polyfill☆43Dec 30, 2025Updated 4 months ago
- Check if an object can be used like an Array☆17Sep 13, 2025Updated 8 months ago
- Store information about any JS value in a side channel. Uses WeakMap if available.☆18Jan 13, 2026Updated 4 months ago
- A collection of Regenerate sets for Unicode various properties.☆21Sep 9, 2025Updated 8 months ago
- Spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.