Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/src/state.ts>StateBackend

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias StateBackend
import { type StateBackend } from "https://deno.land/x/s3si@ci/src/state.ts";
definition: { read: () => Promise<State>; write: (newState: State) => Promise<void>; }