Skip to content

Commit

Permalink
feat(ts): added type definitions (vuejs#836)
Browse files Browse the repository at this point in the history
* feat: added typing for connect

* fix: updated port type
  • Loading branch information
karanisverma authored and iksim committed Apr 18, 2019
1 parent 6da6377 commit de5f466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module '@vue/devtools' {
export function connect(host?: string, port?: number|string): void
}

0 comments on commit de5f466

Please sign in to comment.