canirequire › Dual (CommonJS + ESM) › @pkgr/core
Is @pkgr/core ESM-only? Can you require() it?
Shared core module for `@pkgr` packages or any package else
Last verified Sep 9, 2026 against @pkgr/core@0.3.6. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@pkgr/core publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@pkgr/core") and import "@pkgr/core" both work on every supported Node.js version and in Bun.
Does @pkgr/core@0.3.6 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@pkgr/core") from a CommonJS file and import "@pkgr/core" from an ES module.
| Runtime | require("@pkgr/core") | import "@pkgr/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 @pkgr/core
ES modules (import)
import core from "@pkgr/core";CommonJS (require)
const core = require("@pkgr/core");Module format by version
Derived from the type, main and exports fields of every stable release on npm (20 versions; the newest 20 shown).
| Versions | Format | First published |
|---|---|---|
| 0.1.0 – 0.3.6 | Dual (CommonJS + ESM) | Dec 26, 2023 |
Frequently asked
Is @pkgr/core ESM-only?
@pkgr/core@0.3.6 ships CommonJS and ESM builds. @pkgr/core publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@pkgr/core") and import "@pkgr/core" both work on every supported Node.js version and in Bun.
Can I require @pkgr/core?
Yes. @pkgr/core ships a CommonJS entry, so require("@pkgr/core") works on every Node.js version, alongside the native ESM entry for import.
Does @pkgr/core work in Bun?
Yes. import "@pkgr/core" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @pkgr/core ship TypeScript types?
Yes. @pkgr/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
- @protobufjs/pool 1.1.0CommonJS
- @babel/plugin-syntax-json-strings 7.8.3CommonJS
- @csstools/color-helpers 6.1.1ESM-only
- @emnapi/wasi-threads 2.1.0ESM-only
- @radix-ui/react-scroll-area 1.2.18Dual
- @babel/plugin-transform-computed-properties 8.0.1ESM-only
- @opentelemetry/sdk-metrics 2.11.0CommonJS
- @babel/plugin-transform-for-of 8.0.1ESM-only