Type alias LoggerFunc

LoggerFunc: ((...msg) => void)

Type declaration

    • (...msg): void
    • Parameters

      • Rest ...msg: any[]

      Returns void

Generated using TypeDoc