Releases: sindresorhus/is-builtin-module
Releases · sindresorhus/is-builtin-module
v4.0.0
Breaking
- Require Node.js 18 52df82e
- This package is now pure ESM. Please read this.
- This package now matches based a static list of modules from the latest Node.js version. If you want to check for a module in the current Node.js (previous behavior), use the core
isBuiltin
method.