UNPKG

cls-proxify

Version:

Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.

11 lines 165 B
{ "*.{js,ts,tsx,json,css,less,yml}": [ "npx prettier --write", "git add" ], "*.md": [ "npx doctoc", "npx prettier --write", "git add" ] }