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:
                | "space"
                | "bullets"
                | "thin"
                | "thick"
                | "rounded"
                | "ascii"
                | "unix"
                | "unixRounded"
                | "doubleSpaceThin",
        ) => A

      Returns Record<Draw.ThemeName, A>