PendingCopyimport 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]