canirequire › Dual (CommonJS + ESM) › dom-helpers
Is dom-helpers ESM-only? Can you require() it?
tiny modular DOM lib for ie9+
Last verified Sep 9, 2026 against dom-helpers@6.0.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
dom-helpers publishes both a CommonJS entry and a native ESM entry (ESM added in 6.0.0). require("dom-helpers") and import "dom-helpers" both work on every supported Node.js version and in Bun.
Does dom-helpers@6.0.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("dom-helpers") from a CommonJS file and import "dom-helpers" from an ES module.
| Runtime | require("dom-helpers") | import "dom-helpers" |
|---|---|---|
| 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 dom-helpers
ES modules (import)
import domHelpers from "dom-helpers";CommonJS (require)
const domHelpers = require("dom-helpers");Module format by version
Derived from the type, main and exports fields of every stable release on npm (36 versions; the newest 36 shown).
| Versions | Format | First published |
|---|---|---|
| 6.0.0 – 6.0.1 | Dual (CommonJS + ESM) | Jun 20, 2025 |
| 1.0.0 – 5.2.1 | CommonJS | Mar 21, 2015 |
Frequently asked
Is dom-helpers ESM-only?
dom-helpers@6.0.1 ships CommonJS and ESM builds. dom-helpers publishes both a CommonJS entry and a native ESM entry (ESM added in 6.0.0). require("dom-helpers") and import "dom-helpers" both work on every supported Node.js version and in Bun.
Can I require dom-helpers?
Yes. dom-helpers ships a CommonJS entry, so require("dom-helpers") works on every Node.js version, alongside the native ESM entry for import.
Does dom-helpers work in Bun?
Yes. import "dom-helpers" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does dom-helpers ship TypeScript types?
Yes. dom-helpers 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
- psl 1.15.0Dual
- meow 14.1.0ESM-only
- color-string 2.1.4ESM-only
- is-descriptor 3.1.2CommonJS
- ejs 6.0.1Dual
- is-buffer 2.0.5CommonJS
- cli-truncate 6.1.1ESM-only
- @smithy/property-provider 4.5.2CommonJS