Option
import type { Option } from "https://raw.githubusercontent.com/baetheus/fun/main/option.ts";
The Option represents a type A that may or may not exist. It's the functional progamming equivalent of A | undefined | null.
import type { Option } from "https://raw.githubusercontent.com/baetheus/fun/main/option.ts";
The Option represents a type A that may or may not exist. It's the functional progamming equivalent of A | undefined | null.