left
import { left } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/sync_either.ts";Create a SyncEither that always fails with the given error.
@example
import { left } from "./sync_either.ts";
const failure = left("Something went wrong");