Proxied wrapper of RawActorHandle
that allows calling RPC functions
implicitly.
Private methods (e.g. those starting with _
) are automatically excluded.
Proxied wrapper of RawActorHandle
that allows calling RPC functions
implicitly.
Private methods (e.g. those starting with _
) are automatically excluded.
Add Package
deno add jsr:@rivet-gg/actor-client
Import symbol
import { type ActorHandle } from "@rivet-gg/actor-client";
---- OR ----
Import directly with a jsr specifier
import { type ActorHandle } from "jsr:@rivet-gg/actor-client";
Add Package
npx jsr add @rivet-gg/actor-client
Import symbol
import { type ActorHandle } from "@rivet-gg/actor-client";
Add Package
yarn dlx jsr add @rivet-gg/actor-client
Import symbol
import { type ActorHandle } from "@rivet-gg/actor-client";
Add Package
pnpm dlx jsr add @rivet-gg/actor-client
Import symbol
import { type ActorHandle } from "@rivet-gg/actor-client";
Add Package
bunx jsr add @rivet-gg/actor-client
Import symbol
import { type ActorHandle } from "@rivet-gg/actor-client";