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