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

⚫ Core low-level types for working with the Rivet Actor runtime.

This package works with Deno
This package works with Deno
JSR Score
70%
Published
2 months ago (24.6.0-rc.1)

actor-core

import { ActorContext } from "@rivet-gg/actor-core";

// ...

Add Package

deno add jsr:@rivet-gg/actor-core

Import symbol

import * as actor_core from "@rivet-gg/actor-core";

---- OR ----

Import directly with a jsr specifier

import * as actor_core from "jsr:@rivet-gg/actor-core";