mineping/types/index.d.ts
Timofey Gelazoniya 7248a0096c
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.
2025-06-22 01:50:29 +03:00

3 lines
90 B
TypeScript

export { pingJava } from "./lib/java.js";
export { pingBedrock } from "./lib/bedrock.js";