canirequire › Dual (CommonJS + ESM) › signal-exit
Is signal-exit ESM-only? Can you require() it?
when you want to fire an event no matter how a process exits.
Last verified Sep 9, 2026 against signal-exit@4.1.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
signal-exit publishes both a CommonJS entry and a native ESM entry (ESM added in 4.0.0). require("signal-exit") and import "signal-exit" both work on every supported Node.js version and in Bun.
Does signal-exit@4.1.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("signal-exit") from a CommonJS file and import "signal-exit" from an ES module.
| Runtime | require("signal-exit") | import "signal-exit" |
|---|---|---|
| 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 signal-exit
ES modules (import)
import signalExit from "signal-exit";CommonJS (require)
const signalExit = require("signal-exit");Module format by version
Derived from the type, main and exports fields of every stable release on npm (23 versions; the newest 23 shown).
| Versions | Format | First published |
|---|---|---|
| 4.0.0 – 4.1.0 | Dual (CommonJS + ESM) | Apr 16, 2023 |
| 1.0.0 – 3.0.7 | CommonJS | May 16, 2015 |
Frequently asked
Is signal-exit ESM-only?
signal-exit@4.1.0 ships CommonJS and ESM builds. signal-exit publishes both a CommonJS entry and a native ESM entry (ESM added in 4.0.0). require("signal-exit") and import "signal-exit" both work on every supported Node.js version and in Bun.
Can I require signal-exit?
Yes. signal-exit ships a CommonJS entry, so require("signal-exit") works on every Node.js version, alongside the native ESM entry for import.
Does signal-exit work in Bun?
Yes. import "signal-exit" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does signal-exit ship TypeScript types?
Yes. signal-exit 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
- path-exists 5.0.0ESM-only
- entities 8.1.0ESM-only
- picocolors 1.1.1CommonJS
- shebang-regex 4.0.0ESM-only
- hasown 2.0.4CommonJS
- convert-source-map 2.0.0CommonJS
- path-to-regexp 8.4.2CommonJS
- tr46 6.0.0CommonJS