Skip to content

Commit

Permalink
chore(api/index.d.ts): generate typings
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Aug 8, 2023
1 parent c69c40f commit 0653dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3609,7 +3609,7 @@ declare module "socket:dgram" {
*/
export class Socket extends EventEmitter {
constructor(options: any, callback: any);
id: bigint;
id: any;
type: any;
signal: any;
state: {
Expand Down Expand Up @@ -3871,7 +3871,7 @@ declare module "socket:extension" {
/**
* Load an extension by name.
* @param {string} name
* @param {{ features: string[] | string ?} [options]
* @param {{ allow: string[] | string ?} [options]
* @return {Promise<Extension>}
*/
static load(name: string, options: any): Promise<Extension>;
Expand Down

0 comments on commit 0653dda

Please sign in to comment.