canirequire › Dual (CommonJS + ESM) › clsx
Is clsx ESM-only? Can you require() it?
A tiny (239B) utility for constructing className strings conditionally.
Last verified Sep 9, 2026 against clsx@2.1.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
clsx publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("clsx") and import "clsx" both work on every supported Node.js version and in Bun.
Does clsx@2.1.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("clsx") from a CommonJS file and import "clsx" from an ES module.
| Runtime | require("clsx") | import "clsx" |
|---|---|---|
| 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 clsx
ES modules (import)
import clsx from "clsx";CommonJS (require)
const clsx = require("clsx");Module format by version
Derived from the type, main and exports fields of every stable release on npm (14 versions; the newest 14 shown).
| Versions | Format | First published |
|---|---|---|
| 2.0.0 – 2.1.1 | Dual (CommonJS + ESM) | Jul 15, 2023 |
| 0.0.1 – 1.2.1 | CommonJS | Dec 24, 2018 |
Frequently asked
Is clsx ESM-only?
clsx@2.1.1 ships CommonJS and ESM builds. clsx publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("clsx") and import "clsx" both work on every supported Node.js version and in Bun.
Can I require clsx?
Yes. clsx ships a CommonJS entry, so require("clsx") works on every Node.js version, alongside the native ESM entry for import.
Does clsx work in Bun?
Yes. import "clsx" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does clsx ship TypeScript types?
Yes. clsx 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
- combined-stream 1.0.8CommonJS
- wrappy 1.0.2CommonJS
- side-channel-map 1.0.1CommonJS
- is-core-module 2.16.2CommonJS
- mdn-data 2.35.0CommonJS
- chai 6.2.2ESM-only
- accepts 1.3.8CommonJS
- schema-utils 4.4.0CommonJS