This commit is contained in:
Reynold Liu 2022-02-24 11:13:11 +08:00 committed by GitHub
commit 1b0339bc6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
index.d.ts vendored
View file

@ -53,7 +53,10 @@ export interface VueSocketOptions {
},
// type declarations for optional options
options?:{
path?: string;
path?: string,
transports?: Array<string>,
timeout?: number,
reconnection?: boolean
}
}