Skip to content

Commit

Permalink
export types
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Sep 24, 2021
1 parent 4cc235a commit 557a2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"entry": "./mod.ts",
"description": "📡 JSONRPC server implementation for Deno",
"homepage": "https://github.com/deno-libs/rpc",
"version": "0.0.0",
"version": "0.0.2",
"releaseType": null,
"unstable": false,
"unlisted": false,
Expand Down
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './server.ts'
export * from './request.ts'
export type { JsonRpcRequest, RPCOptions, ErrorResponse } from './types.ts'

0 comments on commit 557a2e7

Please sign in to comment.