canirequire › Dual (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.
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.
| Runtime | require("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).
| Versions | Format | First published |
|---|---|---|
| 0.1.0 – 0.2.17 | Dual (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
- 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
- isarray 2.0.5CommonJS
- magic-string 1.2.3ESM-only
- node-fetch 3.3.2ESM-only
- es-object-atoms 1.1.2CommonJS
- get-intrinsic 1.3.0CommonJS
- browserslist 4.28.9CommonJS
- yocto-queue 1.2.2ESM-only
- find-up 8.0.0ESM-only