feat(rpc): add defineService and the immutable procedure builder
This commit is contained in:
@@ -20,3 +20,5 @@ export type {
|
||||
|
||||
export { RPC_ERROR_CODES, ServiceError, failure, isRetryableStatus, success } from "./errors.ts";
|
||||
export type { RpcErrorCode, ToResultOptions } from "./errors.ts";
|
||||
|
||||
export { defineService, procedure, ProcedureBuilder } from "./contract.ts";
|
||||
|
||||
Reference in New Issue
Block a user