canirequire › Dual (CommonJS + ESM) › jiti
Is jiti ESM-only? Can you require() it?
Runtime typescript and ESM support for Node.js
Last verified Sep 9, 2026 against jiti@2.7.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
jiti publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("jiti") and import "jiti" both work on every supported Node.js version and in Bun.
Does jiti@2.7.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("jiti") from a CommonJS file and import "jiti" from an ES module.
| Runtime | require("jiti") | import "jiti" |
|---|---|---|
| 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 jiti
ES modules (import)
import jiti from "jiti";CommonJS (require)
const jiti = require("jiti");Module format by version
Derived from the type, main and exports fields of every stable release on npm (101 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 2.0.0 – 2.7.0 | Dual (CommonJS + ESM) | Sep 25, 2024 |
| 1.11.0 – 1.21.7 | CommonJS | Jul 26, 2021 |
Frequently asked
Is jiti ESM-only?
jiti@2.7.0 ships CommonJS and ESM builds. jiti publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("jiti") and import "jiti" both work on every supported Node.js version and in Bun.
Can I require jiti?
Yes. jiti ships a CommonJS entry, so require("jiti") works on every Node.js version, alongside the native ESM entry for import.
Does jiti work in Bun?
Yes. import "jiti" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does jiti ship TypeScript types?
Yes. jiti 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
- fastq 1.20.3CommonJS
- get-proto 1.0.1CommonJS
- slash 5.1.0ESM-only
- ipaddr.js 2.5.0CommonJS
- enhanced-resolve 5.24.5CommonJS
- parse-json 8.3.0ESM-only
- shebang-command 2.0.0CommonJS
- require-from-string 2.0.2CommonJS