import * as ahh from "https://deno.land/x/ahh@v0.8.1/src/result/mod.ts"; VariablesvRFunctionality for Result. FunctionsfErrfOkType AliasesTErrRepresents a Result that was erroneous. TOkRepresents a Result that was successful. TResultRepresents a value that is either successful (Ok) or erroneous (Err).