Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/channel/custom/rpc-proxy/rpc-proxy.ts>RpcProxy.Path

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias RpcProxy.Path
import { type RpcProxy } from "https://deno.land/x/rimbu@1.2.1/channel/custom/rpc-proxy/rpc-proxy.ts";
const { Path } = RpcProxy;

An RPC call path, consisting of an array of path parts

definition: PathPart[]