NoneCopyimport type { None } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/datum.ts";The None type represents states without a value. type None = Initial | Pending;§Type§Initial | Pending[src]