type alias Someimport { type Some } from "https://deno.land/x/ahh@v0.8.1/src/option/mod.ts"; Represents an Option that does exist. Type ParametersTdefinition: Readonly<{ some: T; }>function Someimport { Some } from "https://deno.land/x/ahh@v0.8.1/src/option/mod.ts"; Some<T>(v: T): Option<T>Type ParametersTParametersv: TReturnsOption<T>