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

x/s3si/src/env.ts>Fetcher

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias Fetcher
import { type Fetcher } from "https://deno.land/x/s3si@gui-v0.4.16/src/env.ts";
definition: { get(opts: { url: string; headers?: HeadersInit; }): Promise<Response>; post(opts: { url: string; body?: BodyInit; headers?: HeadersInit; }): Promise<Response>; }