pinojs/pino-pretty

PinoPretty.customPrettifiers() lacks arguments declared in type PinoPretty.Prettifier

pasha-vuiko opened this issue · 1 comments

Here is the type defenition:
Знімок екрана 2024-03-24 о 19 29 34

And here is JS code for PinoPretty.customPrettifiers():
Знімок екрана 2024-03-24 о 19 31 22

As you can see we are lacking of injection of all arguments from type defenition

I've already created a PR 🙂
#501