Type alias HandlerSyncFunction<T>

HandlerSyncFunction<T>: ((arg: T) => void | boolean)

Type Parameters

  • T

Type declaration

    • (arg: T): void | boolean
    • Parameters

      • arg: T

      Returns void | boolean

Generated using TypeDoc