Interface PhraseyTreeLikeOptions<T>

Type Parameters

  • T

Hierarchy

  • PhraseyTreeLikeOptions

Properties

map?: ((value) => string)

Type declaration

    • (value): string
    • Parameters

      • value: T

      Returns string

prefix?: string
symbolPostMap?: ((symbol) => string)

Type declaration

    • (symbol): string
    • Parameters

      • symbol: string

      Returns string

Generated using TypeDoc