import * as ahh from "https://deno.land/x/ahh@v0.8.1/src/option/mod.ts"; VariablesvNonevOFunctionality for Option. FunctionsfSomeType AliasesTNoneRepresents an Option that does not exist. TOptionRepresents an optional value that either exists (Some) or does not exist (None). TSomeRepresents an Option that does exist.