feat: usage of ESM modules imports (instead of CommonJS)

BREAKING CHANGE: This package is now pure ESM

BREAKING CHANGE: minimum supported Node.js >= 16.0.0
This commit is contained in:
Divlo
2022-04-07 10:11:48 +02:00
parent 559ad8bd6d
commit dbb363747d
18 changed files with 7171 additions and 7818 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@ build
# testing
coverage
.nyc_output
# debug
npm-debug.log*