node
import { node } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/free.ts";Create a Node containing a single value.
@example
import { node } from "./free.ts";
const singleValue = node(42);
console.log(singleValue); // { tag: "Node", value: 42 }