nodejs-logging-bunyan
nodejs-logging-bunyan copied to clipboard
chore: replace ReturnType with type import
This doesn't really fix an issue but I happened to notice the awkward use of ReturnType
where a simple type import does the same.