Skip to content

Commit

Permalink
Fixed not exposed type
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 4, 2018
1 parent 6348f8c commit 12f5dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/types/kras-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface KrasServerHandler {
(req: Request, res: Response): void;
}

type KrasWebSocket = EventEmitter & {
export type KrasWebSocket = EventEmitter & {
send(msg: string): void;
};

Expand Down

0 comments on commit 12f5dd6

Please sign in to comment.