Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): support
node16
and bundler
Currently, the TypeScript types for this module only support the `node10` TypeScript module resolution mode. Now, `node10`, `node16` (ESM only), and `bundler` all work, according to https://arethetypeswrong.github.io/ Fixes: #628 Fixes: #633 Co-authored-by: Andrew Shaw Care <54861+andrewshawcare@users.noreply.github.com>
- Loading branch information