Preview:```ts
declare class Logger {
silent: boolean
exitOnError: Function | boolean
defaultMeta?: any
clear(): this
close(): this
// for cli and npm levels
error: LeveledLogMethod
warn: LeveledLogMethod
...```
You can choose specific lines to embed by selecting them before copying the link.