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

Usage

import * as fun from "https://raw.githubusercontent.com/baetheus/fun/main/datum.ts";

This file contains the Datum algebraic data type. Datum represents an optional value that has an additional notation for a pending state.

§Variables

ApplicableDatum
bind
bindTo
FilterableDatum
FlatmappableDatum
initial
MappableDatum
pending
tap
TraversableDatum
WrappableDatum

§Functions

alt
apply
constInitial
constPending
exists
filter
filterMap
flatmap
fold
fromNullable
getCombinableDatum
getComparableDatum
getInitializableDatum
getOrElse
getShowableDatum
getSortableDatum
isInitial
isLoading
isNone
isPending
isRefresh
isReplete
isSome
map
match
partition
partitionMap
refresh
replete
toLoading
traverse
tryCatch
wrap

§Interfaces

KindDatum

§Type Aliases

Datum
Initial
Loading
None
Pending
Refresh
Replete
Some