right
import { right } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/these.ts";Create a These that represents a complete success.
@example
import { right } from "./these.ts";
const success = right(42);
console.log(success); // { tag: "Right", right: 42 }