s3si.ts/gui/src/jsonrpc/index.ts

4 lines
125 B
TypeScript

export type { S3SIService } from './types'
export { JSONRPCClient } from './client'
export { StdioTransport } from './stdio'