Type Alias LoggerFunction

LoggerFunction: (error: Crash | Multi | Boom) => void

Represents a function that logs errors.

Type declaration