canirequire › Dual (CommonJS + ESM) › async-function
Is async-function ESM-only? Can you require() it?
A function that returns the normally hidden `AsyncFunction` constructor
Last verified Sep 9, 2026 against async-function@1.0.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
async-function publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.0). require("async-function") and import "async-function" both work on every supported Node.js version and in Bun.
Does async-function@1.0.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("async-function") from a CommonJS file and import "async-function" from an ES module.
| Runtime | require("async-function") | import "async-function" |
|---|---|---|
| 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 async-function
ES modules (import)
import asyncFunction from "async-function";CommonJS (require)
const asyncFunction = require("async-function");Module format by version
Derived from the type, main and exports fields of every stable release on npm (2 versions; the newest 2 shown).
| Versions | Format | First published |
|---|---|---|
| 1.0.0 | Dual (CommonJS + ESM) | Jan 23, 2025 |
| 0.1.0 | CommonJS | Sep 15, 2016 |
Frequently asked
Is async-function ESM-only?
async-function@1.0.0 ships CommonJS and ESM builds. async-function publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.0). require("async-function") and import "async-function" both work on every supported Node.js version and in Bun.
Can I require async-function?
Yes. async-function ships a CommonJS entry, so require("async-function") works on every Node.js version, alongside the native ESM entry for import.
Does async-function work in Bun?
Yes. import "async-function" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does async-function ship TypeScript types?
No. async-function ships no type declarations and there is no @types package for it.
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
- lodash.isequal 4.5.0CommonJS
- lint-staged 17.5.0ESM-only
- arrify 3.0.0ESM-only
- css-loader 7.1.5CommonJS
- didyoumean 1.2.2CommonJS
- highlight.js 11.12.0Dual
- ioredis 6.0.0CommonJS
- eslint-plugin-react-refresh 0.5.6ESM-only