Interface IPrintable

Objects who provide a custom way of printing themselves should implement this interface.

Hierarchy

  • IPrintable

Implemented by

Properties

Properties

[symbol]: (() => (() => Promise<void>))

Type declaration

    • (): (() => Promise<void>)
    • Returns a function to print this object or null if it cannot be printed.

      Returns (() => Promise<void>)

Generated using TypeDoc