feat: support for Bun

This commit is contained in:
Joakim Carlstein 2023-12-19 14:00:20 +01:00 committed by Joakim Carlstein
parent c284cc48d1
commit ce6946cac4
25 changed files with 111 additions and 2 deletions

View file

@ -10,6 +10,7 @@
"type": "module",
"exports": {
".": {
"bun": "./src/index.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}