This website requires JavaScript.
Explore
Help
Sign In
zeldon
/
mineping
mirror of
https://github.com/minescope/mineping.git
Watch
1
Star
0
Fork
You've already forked mineping
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
88ad92e59d
mineping
/
types
/
index.d.ts
2 lines
64 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactoring and comments fix(cli.js): refactor help and error handling logic for better readability and maintainability feat(cli.js): add support for custom port and timeout options fix(parallel.js): update list of hosts to ping fix(bedrock.js): add comments and improve error handling in ping function fix(java.js): add comments and improve error handling in ping function fix(varint.js): add comments to functions and improve readability fix(index.d.ts): export all functions from java.js and bedrock.js fix(lib/bedrock.d.ts): update source link fix(lib/java.d.ts): update source link
2023-10-22 18:32:00 +00:00
export
*
from
"./lib/java.js"
;
export
*
from
"./lib/bedrock.js"
;