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

Initial

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

The Initial state represents a datum that has not been loaded yet.

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

§Type

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