canirequire › Dual (CommonJS + ESM) › isexe
Is isexe ESM-only? Can you require() it?
Minimal module to check if a file is executable.
Last verified Sep 9, 2026 against isexe@4.0.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
isexe publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("isexe") and import "isexe" both work on every supported Node.js version and in Bun.
Does isexe@4.0.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("isexe") from a CommonJS file and import "isexe" from an ES module.
| Runtime | require("isexe") | import "isexe" |
|---|---|---|
| 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 isexe
ES modules (import)
import isexe from "isexe";CommonJS (require)
const isexe = require("isexe");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 |
|---|---|---|
| 3.0.0 – 4.0.0 | Dual (CommonJS + ESM) | Jul 30, 2023 |
| 1.0.0 – 2.0.0 | CommonJS | Jan 17, 2016 |
Frequently asked
Is isexe ESM-only?
isexe@4.0.0 ships CommonJS and ESM builds. isexe publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("isexe") and import "isexe" both work on every supported Node.js version and in Bun.
Can I require isexe?
Yes. isexe ships a CommonJS entry, so require("isexe") works on every Node.js version, alongside the native ESM entry for import.
Does isexe work in Bun?
Yes. import "isexe" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does isexe ship TypeScript types?
Yes. isexe 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
- mime-db 1.54.0CommonJS
- zod 4.5.4Dual
- path-key 4.0.0ESM-only
- typescript 7.0.2CommonJS
- esbuild 0.28.2CommonJS
- ws 8.21.3Dual
- is-fullwidth-code-point 5.1.0ESM-only
- argparse 3.0.1CommonJS