Get a glyph by role from a tree theme. import {Draw} from 'effect-tree'
const part = Draw.getGlyphPart('elbow', Draw.getTheme('thin'))
expect(Draw.drawPart(part)).toBe('└')
Theme to query.
Theme indents.
Get a glyph by role from a tree theme. import {Draw} from 'effect-tree'
const part = Draw.getGlyphPart('elbow', Draw.getTheme('thin'))
expect(Draw.drawPart(part)).toBe('└')
Param: theme
Theme to query.
Returns
Theme indents.