A thing that can be closed.

Hierarchy

  • ICloseable

Properties

Properties

close?: (() => void | Promise<void>)

Type declaration

    • (): void | Promise<void>
    • Close the closeable.

      Returns void | Promise<void>

Generated using TypeDoc