feat(d.ts)

This commit is contained in:
2025-07-17 15:16:40 +03:00
parent 7ef36ff9fc
commit 01e2b30248
9 changed files with 582 additions and 34 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
build:
npx esbuild src/index.js --bundle --minify --outfile=dist/index.js --format=esm
npx rollup -c
test:
npx vitest