LoadingCopyimport type { Loading } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/datum.ts";The Loading type represents states that are currently loading. type Loading<A> = Pending | Refresh<A>;§Type Parameters§A[src]§Type§Pending | Refresh<A>[src]