canirequire › Dual (CommonJS + ESM) › keyv
Is keyv ESM-only? Can you require() it?
Simple key-value storage with support for multiple backends
Last verified Sep 9, 2026 against keyv@5.6.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
keyv publishes both a CommonJS entry and a native ESM entry (ESM added in 5.0.0). require("keyv") and import "keyv" both work on every supported Node.js version and in Bun.
Does keyv@5.6.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("keyv") from a CommonJS file and import "keyv" from an ES module.
| Runtime | require("keyv") | import "keyv" |
|---|---|---|
| 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 keyv
ES modules (import)
import keyv from "keyv";CommonJS (require)
const keyv = require("keyv");Module format by version
Derived from the type, main and exports fields of every stable release on npm (77 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 5.0.0 – 5.6.0 | Dual (CommonJS + ESM) | Aug 20, 2024 |
| 1.0.3 – 4.5.4 | CommonJS | Aug 3, 2017 |
Frequently asked
Is keyv ESM-only?
keyv@5.6.0 ships CommonJS and ESM builds. keyv publishes both a CommonJS entry and a native ESM entry (ESM added in 5.0.0). require("keyv") and import "keyv" both work on every supported Node.js version and in Bun.
Can I require keyv?
Yes. keyv ships a CommonJS entry, so require("keyv") works on every Node.js version, alongside the native ESM entry for import.
Does keyv work in Bun?
Yes. import "keyv" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does keyv ship TypeScript types?
Yes. keyv 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
- rimraf 6.1.3Dual
- to-regex-range 5.0.1CommonJS
- csstype 3.2.3CommonJS
- is-stream 4.0.1ESM-only
- readdirp 5.1.1ESM-only
- function-bind 1.1.2CommonJS
- minimist 1.2.8CommonJS
- esutils 2.0.3CommonJS