mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: minor changes
This commit is contained in:
4
Build/mod.d.ts
vendored
4
Build/mod.d.ts
vendored
@@ -8,9 +8,7 @@ declare module 'dns2' {
|
||||
/** @example dns.google.com */
|
||||
dns: string,
|
||||
/** @description whether to use HTTP or HTTPS */
|
||||
http: boolean,
|
||||
|
||||
get?: (url: string) => any
|
||||
http: boolean
|
||||
}
|
||||
|
||||
export type PacketQuestion = keyof typeof Packet.TYPE;
|
||||
|
||||
Reference in New Issue
Block a user