Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Loading

import type { Loading } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/datum.ts";

The Loading type represents states that are currently loading.

type Loading<A> = Pending | Refresh<A>;

§Type Parameters

§Type