Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/s3si/src/exporters/file.ts>FileExporter

Export your battles from SplatNet to stat.ink
Go to Latest
class FileExporter
implements GameExporter
import { FileExporter } from "https://deno.land/x/s3si@v0.1.8/src/exporters/file.ts";

Exporter to file.

This is useful for debugging. It will write each battle detail to a file. Timestamp is used as filename. Example: 20210101T000000Z.json

Constructors

new
FileExporter(exportPath: string)

Properties

name: string

Methods

exportGame(info: VsInfo | CoopInfo)
getFilenameById(id: string)
notExported(unnamed 0: { list: string[]; }): Promise<string[]>