Skip to content

Commit

Permalink
hotfix- ts definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
fed135 committed Aug 4, 2020
1 parent ebdf0ff commit 527a245
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/kalm/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ declare module 'kalm' {
host?: string
isServer?: boolean
provider?: any
framing?: 'kalm'
}

interface ProviderConfig {
Expand All @@ -18,7 +17,6 @@ declare module 'kalm' {
transport?: KalmTransport
port?: number
host?: string
framing?: 'kalm'
}

type Remote = {
Expand Down

0 comments on commit 527a245

Please sign in to comment.