canirequire

canirequireDual (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.

Latest
4.2.2 (Jun 2, 2025)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
4.2.2
Native ESM since
4.0.0
TypeScript types
Bundled
Node engines
>=14
Weekly downloads
1.3M
License
MIT

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.

Runtimerequire("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).

VersionsFormatFirst published
4.0.0 – 4.2.2Dual (CommonJS + ESM)Jan 17, 2024
0.0.0 – 3.3.1CommonJSJan 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

Similar popularity