canirequire › Dual (CommonJS + ESM) › pretty-quick
Is pretty-quick ESM-only? Can you require() it?
Get Pretty Quick
Last verified Sep 9, 2026 against pretty-quick@4.2.2. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
pretty-quick publishes both a CommonJS entry and a native ESM entry (ESM added in 4.0.0). require("pretty-quick") and import "pretty-quick" both work on every supported Node.js version and in Bun.
Does pretty-quick@4.2.2 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("pretty-quick") from a CommonJS file and import "pretty-quick" from an ES module.
| Runtime | require("pretty-quick") | import "pretty-quick" |
|---|---|---|
| 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 pretty-quick
ES modules (import)
import prettyQuick from "pretty-quick";CommonJS (require)
const prettyQuick = require("pretty-quick");Module format by version
Derived from the type, main and exports fields of every stable release on npm (41 versions; the newest 41 shown).
| Versions | Format | First published |
|---|---|---|
| 4.0.0 – 4.2.2 | Dual (CommonJS + ESM) | Jan 17, 2024 |
| 0.0.0 – 3.3.1 | CommonJS | Jan 7, 2018 |
Frequently asked
Is pretty-quick ESM-only?
pretty-quick@4.2.2 ships CommonJS and ESM builds. pretty-quick publishes both a CommonJS entry and a native ESM entry (ESM added in 4.0.0). require("pretty-quick") and import "pretty-quick" both work on every supported Node.js version and in Bun.
Can I require pretty-quick?
Yes. pretty-quick ships a CommonJS entry, so require("pretty-quick") works on every Node.js version, alongside the native ESM entry for import.
Does pretty-quick work in Bun?
Yes. import "pretty-quick" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does pretty-quick ship TypeScript types?
Yes. pretty-quick 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
- crypto 1.0.1CommonJS
- react-bootstrap 2.10.10CommonJS
- lerna 10.0.1ESM-only
- browserify 17.0.1CommonJS
- chai-as-promised 8.0.2ESM-only
- @angular/language-service 22.1.5CommonJS
- vuedraggable 2.24.3CommonJS
- shx 0.4.0CommonJS