mirror of
https://github.com/minescope/mineping.git
synced 2025-07-14 18:34:40 +03:00
initial commit
This commit is contained in:
11
types/index.d.ts
vendored
Normal file
11
types/index.d.ts
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
export { pingJava } from "./lib/java.js";
|
||||
export { pingBedrock } from "./lib/bedrock.js";
|
||||
|
||||
/**
|
||||
* @param port The server port.
|
||||
* @param timeout The read/write socket timeout.
|
||||
*/
|
||||
export type PingOptions = {
|
||||
port: number,
|
||||
timeout: number;
|
||||
};
|
Reference in New Issue
Block a user