effect-tree - v1.0.36
    Preparing search index...

    Variable emptyConst

    empty: Empty = ...

    The empty part takes zero width and zero height.

    import {Draw} from 'effect-tree'

    const part = Draw.row.centre.middle([
    Draw.text('hello-),
    Draw.empty,
    Draw.text('world),

    expect(Draw.drawPart(part)).toEqual(['hello-world'])