mirror of
https://github.com/minescope/mineping.git
synced 2025-07-12 18:14:38 +03:00
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:
2
types/index.d.ts
vendored
Normal file
2
types/index.d.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
export { pingJava } from "./lib/java.js";
|
||||
export { pingBedrock } from "./lib/bedrock.js";
|
Reference in New Issue
Block a user