SyncCopyimport type { Sync } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/sync.ts";The Sync type represents a lazy computation that returns a value of type A. type Sync<A> = () => A;§Type Parameters§A[src]§Type§() => A[src]