Francis Musango

Results 1 comments of Francis Musango

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...