canirequire › Dual (CommonJS + ESM) › @isaacs/cliui
Is @isaacs/cliui ESM-only? Can you require() it?
easily create complex multi-column command-line-interfaces
Last verified Sep 9, 2026 against @isaacs/cliui@9.0.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@isaacs/cliui publishes both a CommonJS entry and a native ESM entry (ESM added in 8.0.2). require("@isaacs/cliui") and import "@isaacs/cliui" both work on every supported Node.js version and in Bun.
Does @isaacs/cliui@9.0.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@isaacs/cliui") from a CommonJS file and import "@isaacs/cliui" from an ES module.
| Runtime | require("@isaacs/cliui") | import "@isaacs/cliui" |
|---|---|---|
| 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 @isaacs/cliui
ES modules (import)
import cliui from "@isaacs/cliui";CommonJS (require)
const cliui = require("@isaacs/cliui");Module format by version
Derived from the type, main and exports fields of every stable release on npm (2 versions; the newest 2 shown).
| Versions | Format | First published |
|---|---|---|
| 8.0.2 – 9.0.0 | Dual (CommonJS + ESM) | May 2, 2023 |
Frequently asked
Is @isaacs/cliui ESM-only?
@isaacs/cliui@9.0.0 ships CommonJS and ESM builds. @isaacs/cliui publishes both a CommonJS entry and a native ESM entry (ESM added in 8.0.2). require("@isaacs/cliui") and import "@isaacs/cliui" both work on every supported Node.js version and in Bun.
Can I require @isaacs/cliui?
Yes. @isaacs/cliui ships a CommonJS entry, so require("@isaacs/cliui") works on every Node.js version, alongside the native ESM entry for import.
Does @isaacs/cliui work in Bun?
Yes. import "@isaacs/cliui" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @isaacs/cliui ship TypeScript types?
Yes. @isaacs/cliui 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
- @typescript-eslint/typescript-estree 8.70.0CommonJS
- @typescript-eslint/visitor-keys 8.70.0CommonJS
- @jest/schemas 30.5.0Dual
- @typescript-eslint/tsconfig-utils 8.70.0CommonJS
- @aws-sdk/types 3.974.5CommonJS
- @eslint/core 1.2.1No entry
- @rollup/rollup-linux-x64-musl 4.63.1CommonJS
- @typescript-eslint/scope-manager 8.70.0CommonJS