Mini oRPC Procedure Builder

Installation
SKILL.md

Procedure Builder in Mini oRPC

The procedure builder is Mini oRPC's core component that enables you to define type-safe procedures with an intuitive, fluent API.

Complete implementation: Mini oRPC Repository.

Implementation

server/src/builder.ts:

import { Procedure } from './procedure'
Related skills
Installs
First Seen