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

x/s3si/src/state.ts>State

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias State
import { type State } from "https://deno.land/x/s3si@ci/src/state.ts";
definition: { loginState?: LoginState; fGen: string; appUserAgent?: string; userLang?: string; userCountry?: string; rankState?: RankState; cacheDir: string; statInkApiKey?: string; fileExportPath: string; monitorInterval: number; }