Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update index.d.ts Added missing handleExceptions boolean in LoggerOptions * Add :any to logmethod and loglevelmethod It is valid for a user to pass `logger.info({some:object})` or the same `logger.log('info',{some:object})` (or even an array or error) and unfortunately that means we need to add an any type to this declaration. * Added Logger return method to declarations (forgot previously)
- Loading branch information