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

x/s3si/src/app.ts>Opts

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias Opts
import { type Opts } from "https://deno.land/x/s3si@gui-v0.4.16/src/app.ts";
definition: { profilePath: string; exporter: string; noProgress: boolean; monitor: boolean; withSummary: boolean; skipMode?: string; listMethod?: string; cache?: Cache; stateBackend?: StateBackend; env: Env; nxapiPresenceUrl?: string; }