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
Latest
method App.prototype.exportGameList
import { App } from "https://deno.land/x/s3si@gui-v0.4.20/src/app.ts";

Export game list.

Parameters

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

BattleFetcher

Returns

Promise<StepProgress>