Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FlatmappableOption

import { FlatmappableOption } from "https://raw.githubusercontent.com/baetheus/fun/main/option.ts";

The canonical implementation of Flatmappable for Option.

const FlatmappableOption: Flatmappable<KindOption>;