Skip to main content
Module

x/rimbu/channel/mod.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.0.2/channel/mod.ts";
const { Path } = RpcProxy;

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

definition: PathPart[]