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

x/s3si/src/app.ts>App

Export your battles from SplatNet to https://stat.ink
Latest
class App
import { App } from "https://deno.land/x/s3si@gui-v0.4.20/src/app.ts";

Constructors

new
App(opts: Opts)

Properties

env: Env
profile: Profile
splatoon3PreviouslyActive: boolean

Methods

private
exportGameList(unnamed 0: { type: Game["type"]; exporter: GameExporter; fetcher: GameFetcher; gameListFetcher: GameListFetcher; stepProgress: StepProgress; onStep: () => void; }): Promise<StepProgress>

Export game list.

private
exportOnce()
countDown(sec: number)
exporterProgress(title: string)
getSkipMode(): ("vs" | "coop")[]
printStats(stats: Record<string, StepProgress>)
run()