wrap
import { wrap } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/sync.ts";Wrap a value in a Sync computation.
@example
import { wrap } from "./sync.ts";
const syncValue = wrap("Hello");
const result = syncValue(); // "Hello"