Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/s3si/src/cache.ts>Cache

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias Cache
import { type Cache } from "https://deno.land/x/s3si@gui-v0.4.16/src/cache.ts";
definition: { read: <T>(key: string) => Promise<T | undefined>; write: <T>(key: string, value: T) => Promise<void>; }