Implementing Winston as a Writable Stream

I was planning on implementing Winston for logging in my project but I needed to implement it as a writable stream. I’ve noticed that there is a export for writable in the Winston package itself. My original plan was to simply wrap Winston in a writable stream, but if Winston can export itself as a Writable stream how would I go about doing this while keeping the same customizability as just exporting Winston normally?