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
Methods
exportGame(info: VsInfo | CoopInfo)
getFilenameById(id: string)
notExported(unnamed 0: { list: string[]; }): Promise<string[]>