Chore: minor changes
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled

This commit is contained in:
SukkaW
2025-02-15 22:49:41 +08:00
parent f2bdf54737
commit 2ebe91189c
4 changed files with 23 additions and 10 deletions

4
Build/mod.d.ts vendored
View File

@@ -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;