morgan
morgan copied to clipboard
import statement
It will be nice if i can update doc to show how to do ES6 import of this great package
Should already be able to do this, simply install the type declarations and then import
npm i morgan @types/morgan
// server file
import morgan from 'morgan';
worked for me