Skip to content

Commit a2cde99

Browse files
karanisvermaAkryum
authored andcommitted
feat(ts): added type definitions (#836)
* feat: added typing for connect * fix: updated port type
1 parent 70964ca commit a2cde99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare module '@vue/devtools' {
2+
export function connect(host?: string, port?: number|string): void
3+
}

0 commit comments

Comments
 (0)