unjs / consola

🐨 Elegant Console Logger for Node.js and Browser
Other
6.12k stars 175 forks source link

feat(types): use union type for `ConsolaLogObject.type` #100

Closed trygveaa closed 4 years ago

trygveaa commented 4 years ago

This makes the possible values of type specifically defined, so you can handle them more safely.

pi0 commented 4 years ago

Thanks!