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

Pending

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

The Pending state represents a datum that is currently loading.

type Pending = {
readonly tag: "Pending";
}
;

§Type

§
{
readonly tag: "Pending";
}
[src]