oRPC
background

Advanced

Beyond the basics, oRPC offers more advanced features

Internal Caller

import { ,  } from '@orpc/server'
 
const  = .({
    : .(() => 'pong')
})
 
const  = ({
    : ,
    : {},
    : true // set false if you want bypass the validation input and output
})
 
const  = await .() // result is 'pong'

On this page