feat: add typescript declaration files

Types are automatically generated from the existsing
JSDoc comments in the js source code. Use `types:build`
script from `package.json` to produce d.ts files.
This commit is contained in:
2025-06-22 01:48:06 +03:00
parent a1b999ca4e
commit 7248a0096c
7 changed files with 256 additions and 14 deletions

2
types/index.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
export { pingJava } from "./lib/java.js";
export { pingBedrock } from "./lib/bedrock.js";