Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@ci/src/app.ts";
definition: { profilePath: string; exporter: string; noProgress: boolean; monitor: boolean; withSummary: boolean; skipMode?: string; cache?: Cache; stateBackend?: StateBackend; env: Env; }