Skip to content

Commit

Permalink
feat(server): export types and http
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Oct 22, 2021
1 parent 43b53d0 commit 9e565b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ export function attach<T, R>(actions: Handlers<T, R>, ws: WsConnection, req: R,

export * from './default'
export * from './operators'
export { SetCookie } from './http'
export * from './types'
export * from './http'

0 comments on commit 9e565b8

Please sign in to comment.