canirequire

canirequireDual (CommonJS + ESM) › tinyglobby

Is tinyglobby ESM-only? Can you require() it?

A fast and minimal alternative to globby and fast-glob

Last verified Sep 9, 2026 against tinyglobby@0.2.17. JSON

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

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

Latest
0.2.17 (May 30, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
0.2.17
Native ESM since
0.1.0
TypeScript types
Bundled
Node engines
>=12.0.0
Weekly downloads
170.8M
License
MIT

Does tinyglobby@0.2.17 actually load? Runtime test results

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

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

ES modules (import)

import tinyglobby from "tinyglobby";

CommonJS (require)

const tinyglobby = require("tinyglobby");

Module format by version

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

VersionsFormatFirst published
0.1.0 – 0.2.17Dual (CommonJS + ESM)Jul 22, 2024

Frequently asked

Is tinyglobby ESM-only?

tinyglobby@0.2.17 ships CommonJS and ESM builds. tinyglobby publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("tinyglobby") and import "tinyglobby" both work on every supported Node.js version and in Bun.

Can I require tinyglobby?

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

Does tinyglobby work in Bun?

Yes. import "tinyglobby" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does tinyglobby ship TypeScript types?

Yes. tinyglobby bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity