morgan icon indicating copy to clipboard operation
morgan copied to clipboard

import statement

Open lamodots opened this issue 1 year ago • 1 comments

It will be nice if i can update doc to show how to do ES6 import of this great package

lamodots avatar Jul 21 '24 00:07 lamodots

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

francis-Paul-code avatar Aug 29 '24 17:08 francis-Paul-code