canirequire › Dual (CommonJS + ESM) › @emnapi/core
Is @emnapi/core ESM-only? Can you require() it?
emnapi core
Last verified Sep 9, 2026 against @emnapi/core@1.11.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@emnapi/core publishes both a CommonJS entry and a native ESM entry (ESM added in 0.31.0). require("@emnapi/core") and import "@emnapi/core" both work on every supported Node.js version and in Bun.
Does @emnapi/core@1.11.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@emnapi/core") from a CommonJS file and import "@emnapi/core" from an ES module.
| Runtime | require("@emnapi/core") | import "@emnapi/core" |
|---|---|---|
| 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 @emnapi/core
ES modules (import)
import core from "@emnapi/core";CommonJS (require)
const core = require("@emnapi/core");Module format by version
Derived from the type, main and exports fields of every stable release on npm (49 versions; the newest 49 shown).
| Versions | Format | First published |
|---|---|---|
| 0.31.0 – 1.11.3 | Dual (CommonJS + ESM) | Feb 14, 2023 |
Frequently asked
Is @emnapi/core ESM-only?
@emnapi/core@1.11.3 ships CommonJS and ESM builds. @emnapi/core publishes both a CommonJS entry and a native ESM entry (ESM added in 0.31.0). require("@emnapi/core") and import "@emnapi/core" both work on every supported Node.js version and in Bun.
Can I require @emnapi/core?
Yes. @emnapi/core ships a CommonJS entry, so require("@emnapi/core") works on every Node.js version, alongside the native ESM entry for import.
Does @emnapi/core work in Bun?
Yes. import "@emnapi/core" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @emnapi/core ship TypeScript types?
Yes. @emnapi/core 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
- set-function-length 1.2.2CommonJS
- kleur 4.1.5Dual
- p-map 7.0.7ESM-only
- is-callable 1.2.7CommonJS
- css-select 7.0.0ESM-only
- istanbul-lib-report 3.0.1CommonJS
- acorn-walk 8.3.5Dual
- tmp 0.2.7CommonJS