Skip to content

Commit

Permalink
Update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
parnic committed Jan 2, 2025
1 parent 74a91c2 commit a885e3f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 22 deletions.
3 changes: 2 additions & 1 deletion dist/dns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export interface SrvRecord extends Record {
}
export interface ARecord extends Record {
interface: "a";
address: string;
address: number;
addressStr: string;
}
export declare function GetDNSQuestion(msg: Buffer, startOffset: number): Question;
export declare function GetDNSAnswer(msg: Buffer, startOffset: number): Record | undefined;
34 changes: 14 additions & 20 deletions dist/dns.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dns.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a885e3f

Please sign in to comment.