This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeScript types: add a return type to logger methods (#147)
In PR #144, the types for the TypeScript `Logger` interface were added, however the logger methods are missing return types. This means TypeScript treats the return as implicit `any`, and for projects configured to not allow implicit `any`, that breaks the build.
- Loading branch information