Skip to content

Commit de5f466

Browse files
karanisvermaiksim
authored andcommitted
feat(ts): added type definitions (vuejs#836)
* feat: added typing for connect * fix: updated port type
1 parent 6da6377 commit de5f466

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)