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

x/s3si/src/utils.ts>cache

Export your battles from SplatNet to https://stat.ink
Go to Latest
function cache
import { cache } from "https://deno.land/x/s3si@ci/src/utils.ts";

Type Parameters

F extends () => Promise<unknown>

Parameters

f: F
optional
unnamed 1: { key?: string; expireIn?: number; } = [UNSUPPORTED]

Returns

() => Promise<PromiseReturnType<F>>