canirequire › Dual (CommonJS + ESM) › synckit
Is synckit ESM-only? Can you require() it?
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
Last verified Sep 9, 2026 against synckit@0.11.13. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
synckit publishes both a CommonJS entry and a native ESM entry (ESM added in 0.4.0). require("synckit") and import "synckit" both work on every supported Node.js version and in Bun.
Does synckit@0.11.13 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("synckit") from a CommonJS file and import "synckit" from an ES module.
| Runtime | require("synckit") | import "synckit" |
|---|---|---|
| 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 synckit
ES modules (import)
import synckit from "synckit";CommonJS (require)
const synckit = require("synckit");Module format by version
Derived from the type, main and exports fields of every stable release on npm (54 versions; the newest 54 shown).
| Versions | Format | First published |
|---|---|---|
| 0.4.0 – 0.11.13 | Dual (CommonJS + ESM) | Aug 29, 2021 |
| 0.1.0 – 0.3.4 | CommonJS | Apr 26, 2021 |
Frequently asked
Is synckit ESM-only?
synckit@0.11.13 ships CommonJS and ESM builds. synckit publishes both a CommonJS entry and a native ESM entry (ESM added in 0.4.0). require("synckit") and import "synckit" both work on every supported Node.js version and in Bun.
Can I require synckit?
Yes. synckit ships a CommonJS entry, so require("synckit") works on every Node.js version, alongside the native ESM entry for import.
Does synckit work in Bun?
Yes. import "synckit" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does synckit ship TypeScript types?
Yes. synckit 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
- decompress-response 10.0.0ESM-only
- jest-watcher 30.5.1Dual
- abort-controller 3.0.0CommonJS
- color 5.0.3ESM-only
- methods 1.1.2CommonJS
- jest-config 30.5.1Dual
- jest-docblock 30.5.0Dual
- unbox-primitive 1.1.0CommonJS