canirequire

canirequireDual (CommonJS + ESM) › is-promise

Is is-promise ESM-only? Can you require() it?

Test whether an object looks like a promises-a+ promise

Last verified Sep 9, 2026 against is-promise@4.0.0. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

is-promise publishes both a CommonJS entry and a native ESM entry (ESM added in 2.2.0). require("is-promise") and import "is-promise" both work on every supported Node.js version and in Bun.

Latest
4.0.0 (Apr 27, 2020)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
4.0.0
Native ESM since
2.2.0
TypeScript types
@types/is-promise
Node engines
not declared
Weekly downloads
75.1M
License
MIT

Does is-promise@4.0.0 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("is-promise") from a CommonJS file and import "is-promise" from an ES module.

Runtimerequire("is-promise")import "is-promise"
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 is-promise

ES modules (import)

import isPromise from "is-promise";

CommonJS (require)

const isPromise = require("is-promise");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (9 versions; the newest 9 shown).

VersionsFormatFirst published
3.0.0 – 4.0.0Dual (CommonJS + ESM)Apr 26, 2020
2.2.2CommonJSApr 25, 2020
2.2.0 – 2.2.1Dual (CommonJS + ESM)Apr 25, 2020
1.0.0 – 2.1.0CommonJSDec 23, 2012

Frequently asked

Is is-promise ESM-only?

is-promise@4.0.0 ships CommonJS and ESM builds. is-promise publishes both a CommonJS entry and a native ESM entry (ESM added in 2.2.0). require("is-promise") and import "is-promise" both work on every supported Node.js version and in Bun.

Can I require is-promise?

Yes. is-promise ships a CommonJS entry, so require("is-promise") works on every Node.js version, alongside the native ESM entry for import.

Does is-promise work in Bun?

Yes. import "is-promise" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does is-promise ship TypeScript types?

Not bundled. Install the community types with "npm install -D @types/is-promise".

Links

Other dual (commonjs + esm) packages

Similar popularity