Releases: sindresorhus/import-global
Releases · sindresorhus/import-global
v1.1.1
- Fix types not being included in the package e7a12bb
v1.1.0
- Add TypeScript types 47c11e7
v1.0.0
Breaking
- Require Node.js 18 93db04a
- This package is now pure ESM. Please read this.
- Changed to use named imports 93db04a
- You must now await the
importGlobal()
function 93db04a importGlobalSilent()
now returnsundefined
instead ofnull
when the module cannot be found 93db04a
Improvements
- You can now use it to import ESM 93db04a