import * as ahh from "https://deno.land/x/ahh@v0.10.0/src/option/mod.ts"; ClassescOFunctionality for Option. VariablesvNoneType 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.