canirequire › Dual (CommonJS + ESM) › koa
Is koa ESM-only? Can you require() it?
Koa web app framework
Last verified Sep 9, 2026 against koa@3.2.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
koa publishes both a CommonJS entry and a native ESM entry (ESM added in 2.13.0). require("koa") and import "koa" both work on every supported Node.js version and in Bun.
Does koa@3.2.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("koa") from a CommonJS file and import "koa" from an ES module.
| Runtime | require("koa") | import "koa" |
|---|---|---|
| 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 koa
ES modules (import)
import koa from "koa";CommonJS (require)
const koa = require("koa");Module format by version
Derived from the type, main and exports fields of every stable release on npm (111 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 2.13.0 – 3.2.1 | Dual (CommonJS + ESM) | Jun 21, 2020 |
| 1.2.5 – 2.12.1 | CommonJS | Feb 11, 2017 |
Frequently asked
Is koa ESM-only?
koa@3.2.1 ships CommonJS and ESM builds. koa publishes both a CommonJS entry and a native ESM entry (ESM added in 2.13.0). require("koa") and import "koa" both work on every supported Node.js version and in Bun.
Can I require koa?
Yes. koa ships a CommonJS entry, so require("koa") works on every Node.js version, alongside the native ESM entry for import.
Does koa work in Bun?
Yes. import "koa" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does koa ship TypeScript types?
Not bundled. Install the community types with "npm install -D @types/koa".
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
- codemirror 6.0.2Dual
- @commitlint/cli 21.2.2CommonJS
- postcss-custom-properties 15.0.1ESM-only
- identity-obj-proxy 3.0.0CommonJS
- postcss-preset-env 11.5.2ESM-only
- eslint-plugin-unicorn 74.0.0ESM-only
- react-test-renderer 19.2.8CommonJS
- babel-runtime 6.26.0CommonJS