canirequire › Dual (CommonJS + ESM) › luxon
Is luxon ESM-only? Can you require() it?
Immutable date wrapper
Last verified Sep 9, 2026 against luxon@3.7.2. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
luxon publishes both a CommonJS entry and a native ESM entry (ESM added in 2.5.0). require("luxon") and import "luxon" both work on every supported Node.js version and in Bun.
Does luxon@3.7.2 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("luxon") from a CommonJS file and import "luxon" from an ES module.
| Runtime | require("luxon") | import "luxon" |
|---|---|---|
| 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 luxon
ES modules (import)
import luxon from "luxon";CommonJS (require)
const luxon = require("luxon");Module format by version
Derived from the type, main and exports fields of every stable release on npm (150 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 2.5.0 – 3.7.2 | Dual (CommonJS + ESM) | Jul 9, 2022 |
| 1.17.0 – 2.4.0 | CommonJS | Jul 11, 2019 |
Frequently asked
Is luxon ESM-only?
luxon@3.7.2 ships CommonJS and ESM builds. luxon publishes both a CommonJS entry and a native ESM entry (ESM added in 2.5.0). require("luxon") and import "luxon" both work on every supported Node.js version and in Bun.
Can I require luxon?
Yes. luxon ships a CommonJS entry, so require("luxon") works on every Node.js version, alongside the native ESM entry for import.
Does luxon work in Bun?
Yes. import "luxon" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does luxon ship TypeScript types?
Not bundled. Install the community types with "npm install -D @types/luxon".
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
- dlv 1.1.3CommonJS
- cacache 21.0.1CommonJS
- hoist-non-react-statics 3.3.2CommonJS
- requires-port 1.0.0CommonJS
- jest-runtime 30.5.1Dual
- through2 5.0.11Dual
- import-local 3.2.0CommonJS
- bser 2.1.1CommonJS