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
Go to Latest
class App
import { App } from "https://deno.land/x/s3si@ci/src/app.ts";

Constructors

new
App(opts: Opts)

Properties

env: Env
profile: Profile

Methods

private
exportOnce()
countDown(sec: number)
exporterProgress(title: string)
exportGameList(unnamed 0: { type: Game["type"]; exporter: GameExporter; fetcher: GameFetcher; gameList: string[]; stepProgress: StepProgress; onStep: () => void; }): Promise<StepProgress>

Export game list.

getSkipMode(): ("vs" | "coop")[]
printStats(stats: Record<string, StepProgress>)
run()