Skip to main content
Module

x/rimbu/channel/mod.ts>RpcProxy.PathPart

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

A part of an RPC call path, which can be either:

  • a string indicating an object property/method
  • an array of data indicating a function call with the array as arguments
definition: string | any[]