Type of the drawTree function: exactly like EnrichedDraw but adds a key per theme name with another EnrichedDraw as the value.
A function of the type:
{ (self: Tree<string>): NonEmptyArray<string> unlines: (self: Tree<string>) ⇒ string number: { (self: Tree<number>) ⇒ NonEmptyArray<string> unlines: (self: Tree<number>) ⇒ string }} & Record<ThemeName, EnrichedDraw> Copy
{ (self: Tree<string>): NonEmptyArray<string> unlines: (self: Tree<string>) ⇒ string number: { (self: Tree<number>) ⇒ NonEmptyArray<string> unlines: (self: Tree<number>) ⇒ string }} & Record<ThemeName, EnrichedDraw>
Type of the drawTree function: exactly like EnrichedDraw but adds a key per theme name with another EnrichedDraw as the value.
A function of the type: