UNPKG

splatoon3api

Version:

A simple Method to get current and next Splatoon 3 maps, Salmonrun Schedules and Splatnet gear

3 lines (2 loc) 153 B
import { SalmonResult } from "../types"; export default function parseSalmonrun(json: any, translation: any, salmonGearURL: any): Promise<SalmonResult>;