index.ts
index.ts overview
Section titled “index.ts overview”Since v4.0.0
Exports Grouped by Category
Section titled “Exports Grouped by Category”- utils
- Rpc (namespace export)
- RpcClient (namespace export)
- RpcClientError (namespace export)
- RpcGroup (namespace export)
- RpcMessage (namespace export)
- RpcMiddleware (namespace export)
- RpcSchema (namespace export)
- RpcSerialization (namespace export)
- RpcServer (namespace export)
- RpcTest (namespace export)
- RpcWorker (namespace export)
- Utils (namespace export)
Rpc (namespace export)
Section titled “Rpc (namespace export)”Re-exports all named exports from the “./Rpc.ts” module as Rpc.
Signature
export * as Rpc from "./Rpc.ts"Since v4.0.0
RpcClient (namespace export)
Section titled “RpcClient (namespace export)”Re-exports all named exports from the “./RpcClient.ts” module as RpcClient.
Signature
export * as RpcClient from "./RpcClient.ts"Since v4.0.0
RpcClientError (namespace export)
Section titled “RpcClientError (namespace export)”Re-exports all named exports from the “./RpcClientError.ts” module as RpcClientError.
Signature
export * as RpcClientError from "./RpcClientError.ts"Since v4.0.0
RpcGroup (namespace export)
Section titled “RpcGroup (namespace export)”Re-exports all named exports from the “./RpcGroup.ts” module as RpcGroup.
Signature
export * as RpcGroup from "./RpcGroup.ts"Since v4.0.0
RpcMessage (namespace export)
Section titled “RpcMessage (namespace export)”Re-exports all named exports from the “./RpcMessage.ts” module as RpcMessage.
Signature
export * as RpcMessage from "./RpcMessage.ts"Since v4.0.0
RpcMiddleware (namespace export)
Section titled “RpcMiddleware (namespace export)”Re-exports all named exports from the “./RpcMiddleware.ts” module as RpcMiddleware.
Signature
export * as RpcMiddleware from "./RpcMiddleware.ts"Since v4.0.0
RpcSchema (namespace export)
Section titled “RpcSchema (namespace export)”Re-exports all named exports from the “./RpcSchema.ts” module as RpcSchema.
Signature
export * as RpcSchema from "./RpcSchema.ts"Since v4.0.0
RpcSerialization (namespace export)
Section titled “RpcSerialization (namespace export)”Re-exports all named exports from the “./RpcSerialization.ts” module as RpcSerialization.
Signature
export * as RpcSerialization from "./RpcSerialization.ts"Since v4.0.0
RpcServer (namespace export)
Section titled “RpcServer (namespace export)”Re-exports all named exports from the “./RpcServer.ts” module as RpcServer.
Signature
export * as RpcServer from "./RpcServer.ts"Since v4.0.0
RpcTest (namespace export)
Section titled “RpcTest (namespace export)”Re-exports all named exports from the “./RpcTest.ts” module as RpcTest.
Signature
export * as RpcTest from "./RpcTest.ts"Since v4.0.0
RpcWorker (namespace export)
Section titled “RpcWorker (namespace export)”Re-exports all named exports from the “./RpcWorker.ts” module as RpcWorker.
Signature
export * as RpcWorker from "./RpcWorker.ts"Since v4.0.0
Utils (namespace export)
Section titled “Utils (namespace export)”Re-exports all named exports from the “./Utils.ts” module as Utils.
Signature
export * as Utils from "./Utils.ts"Since v4.0.0