canirequire

canirequireDual (CommonJS + ESM) › @eslint/object-schema

Is @eslint/object-schema ESM-only? Can you require() it?

An object schema merger/validator

Last verified Sep 9, 2026 against @eslint/object-schema@3.0.5. JSON

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

@eslint/object-schema publishes both a CommonJS entry and a native ESM entry (ESM added in 2.1.3). require("@eslint/object-schema") and import "@eslint/object-schema" both work on every supported Node.js version and in Bun.

Latest
3.0.5 (Apr 8, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
3.0.5
Native ESM since
2.1.3
TypeScript types
Bundled
Node engines
^20.19.0 || ^22.13.0 || >=24
License
Apache-2.0

Does @eslint/object-schema@3.0.5 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("@eslint/object-schema") from a CommonJS file and import "@eslint/object-schema" from an ES module.

Runtimerequire("@eslint/object-schema")import "@eslint/object-schema"
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 @eslint/object-schema

ES modules (import)

import objectSchema from "@eslint/object-schema";

CommonJS (require)

const objectSchema = require("@eslint/object-schema");

Module format by version

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

VersionsFormatFirst published
2.1.3 – 3.0.5Dual (CommonJS + ESM)May 30, 2024

Frequently asked

Is @eslint/object-schema ESM-only?

@eslint/object-schema@3.0.5 ships CommonJS and ESM builds. @eslint/object-schema publishes both a CommonJS entry and a native ESM entry (ESM added in 2.1.3). require("@eslint/object-schema") and import "@eslint/object-schema" both work on every supported Node.js version and in Bun.

Can I require @eslint/object-schema?

Yes. @eslint/object-schema ships a CommonJS entry, so require("@eslint/object-schema") works on every Node.js version, alongside the native ESM entry for import.

Does @eslint/object-schema work in Bun?

Yes. import "@eslint/object-schema" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does @eslint/object-schema ship TypeScript types?

Yes. @eslint/object-schema bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity