canirequire › Dual (CommonJS + ESM) › fast-equals
Is fast-equals ESM-only? Can you require() it?
A blazing-fast equality comparison utility for a variety of use-cases
Last verified Sep 9, 2026 against fast-equals@6.0.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
fast-equals publishes both a CommonJS entry and a native ESM entry (ESM added in 5.0.0). require("fast-equals") and import "fast-equals" both work on every supported Node.js version and in Bun.
Does fast-equals@6.0.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("fast-equals") from a CommonJS file and import "fast-equals" from an ES module.
| Runtime | require("fast-equals") | import "fast-equals" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import fast-equals
ES modules (import)
import fastEquals from "fast-equals";CommonJS (require)
const fastEquals = require("fast-equals");Module format by version
Derived from the type, main and exports fields of every stable release on npm (56 versions; the newest 56 shown).
| Versions | Format | First published |
|---|---|---|
| 5.0.0 – 6.0.3 | Dual (CommonJS + ESM) | Mar 5, 2023 |
| 1.0.0 – 4.0.3 | CommonJS | Oct 15, 2017 |
Frequently asked
Is fast-equals ESM-only?
fast-equals@6.0.3 ships CommonJS and ESM builds. fast-equals publishes both a CommonJS entry and a native ESM entry (ESM added in 5.0.0). require("fast-equals") and import "fast-equals" both work on every supported Node.js version and in Bun.
Can I require fast-equals?
Yes. fast-equals ships a CommonJS entry, so require("fast-equals") works on every Node.js version, alongside the native ESM entry for import.
Does fast-equals work in Bun?
Yes. import "fast-equals" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does fast-equals ship TypeScript types?
Yes. fast-equals bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- jest-config 30.5.1Dual
- jest-docblock 30.5.0Dual
- unbox-primitive 1.1.0CommonJS
- unist-util-visit 5.1.0ESM-only
- wordwrap 1.0.0CommonJS
- test-exclude 8.0.0CommonJS
- webpack-virtual-modules 0.6.2CommonJS
- fb-watchman 2.0.2CommonJS