import { Optional } from "https://deno.land/x/mandarinets@v2.3.2/plugins/optional.ts";
Creates a new optional from a value which will be the optional's object.
Parameters
value: T
x/mandarinets/plugins/optional.ts>Optional.of
import { Optional } from "https://deno.land/x/mandarinets@v2.3.2/plugins/optional.ts";
Creates a new optional from a value which will be the optional's object.