Skip to content

Commit d7c5cc9

Browse files
committed
fix formatting
1 parent 7a8cc12 commit d7c5cc9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

types/exaroton/index.d.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import {Method, Options as GotOptions, ResponseType} from "got";
2-
import {EventEmitter} from "node:events";
3-
import {ReadStream, WriteStream} from "node:fs";
4-
import {WebSocket} from "ws";
1+
import { Method, Options as GotOptions, ResponseType } from "got";
2+
import { EventEmitter } from "node:events";
3+
import { ReadStream, WriteStream } from "node:fs";
4+
import { WebSocket } from "ws";
55

6-
export {Client, ConfigOptionType, Pool, PoolMember, Request, Response, Server, ServerStatus, Software};
6+
export { Client, ConfigOptionType, Pool, PoolMember, Request, Response, Server, ServerStatus, Software };
77

88
declare enum ServerStatus {
99
OFFLINE = 0,
@@ -603,7 +603,6 @@ declare class Pool {
603603
*/
604604
get(): Promise<this>;
605605

606-
607606
/**
608607
* Get pool members
609608
*

0 commit comments

Comments
 (0)