Skip to main content
This release is 0 versions behind 24.6.1 — the latest version of @rivet-gg/actor. Jump to latest

🔩 Rivet Actors have built-in RPC, state, and events — the easiest way to build modern applications.

This package works with Deno
This package works with Deno
JSR Score
76%
Published
2 days ago (24.6.1-rc.2)
interface GetBatchOptions

Options for the getBatch function.

Properties

optional
format: "value" | "arrayBuffer"

Add Package

deno add jsr:@rivet-gg/actor

Import symbol

import { type GetBatchOptions } from "@rivet-gg/actor/kv";

---- OR ----

Import directly with a jsr specifier

import { type GetBatchOptions } from "jsr:@rivet-gg/actor/kv";