oRPC Implement Contract

Installation
SKILL.md

Implement Contract

After defining your contract, implement it in your server code. oRPC enforces your contract at runtime.

Installation

npm install @orpc/server@latest

The Implementer

The implement function converts your contract into an implementer instance.

import { implement } from '@orpc/server'

const os = implement(contract) // fully replaces the os from @orpc/server
Related skills
Installs
First Seen