canirequire

canirequireDual (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.

Latest
1.11.3 (Jul 25, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
1.11.3
Native ESM since
0.31.0
TypeScript types
Bundled
Node engines
not declared
Weekly downloads
70.6M
License
MIT

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.

Runtimerequire("@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).

VersionsFormatFirst published
0.31.0 – 1.11.3Dual (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

Similar popularity