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#exportGameList

Export your battles from SplatNet to https://stat.ink
Go to Latest
method App.prototype.exportGameList
import { App } from "https://deno.land/x/s3si@ci/src/app.ts";

Export game list.

Parameters

unnamed 0: { type: Game["type"]; exporter: GameExporter; fetcher: GameFetcher; gameList: string[]; stepProgress: StepProgress; onStep: () => void; }

BattleFetcher

Returns

Promise<StepProgress>