You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Express is an incredibly popular library in the Node development community, so I was surprised when I had to npm install @types/express --save-dev to receive (slightly outdated) typing support.
The development team should consider adding types natively (rewrite in TypeScript? For a library this size - shouldn't be a huge issue).
The text was updated successfully, but these errors were encountered:
Express is an incredibly popular library in the Node development community, so I was surprised when I had to
npm install @types/express --save-dev
to receive (slightly outdated) typing support.The development team should consider adding types natively (rewrite in TypeScript? For a library this size - shouldn't be a huge issue).
The text was updated successfully, but these errors were encountered: