Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/prevalence/src/types.ts>JournalEntry

Prevalence for Deno, like Prevayler.
Latest
type alias JournalEntry
import { type JournalEntry } from "https://deno.land/x/prevalence@0.1.2/src/types.ts";
definition: { timestamp: number; action: Action<M>; }