mirror of
https://github.com/minescope/mineping.git
synced 2025-07-14 17:54:41 +03:00
style(types): the PingOptions type was removed from index.d.ts file
The PingOptions type was moved from index.d.ts to lib/bedrock.d.ts
This commit is contained in:
11
types/index.d.ts
vendored
11
types/index.d.ts
vendored
@ -1,11 +1,2 @@
|
||||
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;
|
||||
};
|
||||
export { pingBedrock } from "./lib/bedrock.js";
|
Reference in New Issue
Block a user