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

FlatmappableState

import { FlatmappableState } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/state.ts";

The canonical implementation of Flatmappable for State. It contains the methods wrap, apply, map, join, and flatmap.

const FlatmappableState: Flatmappable<KindState>;