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

pending

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

Create a Pending datum.

@example
import { pending } from "./datum.ts";

const datum = pending;
console.log(datum); // { tag: "Pending" }
const pending: Pending;