import { Optional } from "https://deno.land/x/mandarinets@v2.3.2/plugins/optional.ts";
Returns the value present in the Optional instance. if @param value is an Optional, it will invoke "get", otherwise it will return the whole value. If not value is present, it will return undefined.
Parameters
value: Optional<T> | T