Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openweather_apis_wrapper/src/cache/mod.ts>NullableCaches

A wrapper for the APIs provided by OpenWeather
Latest
type alias NullableCaches
import { type NullableCaches } from "https://deno.land/x/openweather_apis_wrapper@v0.4.4/src/cache/mod.ts";
definition: [key in keyof Caches]: Caches[key] | null