Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/src/constant.ts>SPLATNET3_STATINK_MAP

Export your battles from SplatNet to https://stat.ink
Latest
variable SPLATNET3_STATINK_MAP
import { SPLATNET3_STATINK_MAP } from "https://deno.land/x/s3si@gui-v0.4.20/src/constant.ts";

type

{ RULE: Record<VsHistoryDetail["vsRule"]["rule"], StatInkPostBody["rule"]>; RESULT: Record<VsHistoryDetail["judgement"], StatInkPostBody["result"]>; DRAGON: Record<NonNullable<VsHistoryDetail["festMatch"]>["dragonMatchType"], StatInkPostBody["fest_dragon"]>; COOP_EVENT_MAP: Record<number, string | undefined>; COOP_SPECIAL_MAP: Record<string, string | undefined>; WATER_LEVEL_MAP: Record<0 | 1 | 2, "low" | "normal" | "high">; }