effect-tree
    Preparing search index...

    Function mapThemes

    • Map over all themes to build a record theme namef(theme).

      Type Parameters

      • A

      Parameters

      • f: (
            theme: Draw.Theme,
            name:
                | "ascii"
                | "double"
                | "hDouble"
                | "hThick"
                | "round"
                | "space"
                | "thick"
                | "thin"
                | "vDouble"
                | "vThick"
                | "bullets"
                | "unix"
                | "unixRound",
        ) => A

      Returns Record<ThemeName, A>