canirequire

canirequireDual (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.

Latest
6.0.1 (Jun 20, 2025)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
6.0.1
Native ESM since
6.0.0
TypeScript types
Bundled
Node engines
not declared
Weekly downloads
36.3M
License
MIT

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.

Runtimerequire("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).

VersionsFormatFirst published
6.0.0 – 6.0.1Dual (CommonJS + ESM)Jun 20, 2025
1.0.0 – 5.2.1CommonJSMar 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

Similar popularity