NoneCopyimport type { None } from "https://raw.githubusercontent.com/baetheus/fun/main/option.ts";The None type represents the non-existence of a value. type None = {tag: "None"; };§Type§{tag: "None"; }[src]