Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hoist type defs from the logform module. Currently there isn't a way to write correct type definitions for when e.g creating a format since the types for such objects are declared in `logform`. This patch move logform type defs so that they can be used by user code - For example by doing: `import { Logform } from 'winston'; const f: Logform.Format;`
- Loading branch information