import * as ahh from "https://deno.land/x/ahh@v0.8.1/src/either/mod.ts"; VariablesvEFunctionality for Either. FunctionsfLeftfRightType AliasesTEitherRepresents a value that is either left-handed (Left) or right-handed (Right). TLeftRepresents an Either that is left-handed. TRightRepresents an Either that is right-handed.