Flow typdefs for Meteor core packages?

Hey all,

I tried searching for this but it’s a bit tough since “Flow Router” dominates the search results. :wink:

Are there Flow typdefs for Meteor core packages anywhere? (meteor/meteor, meteor/react-meteor-data, etc)

Given the age of this question I think today it is all about TypeScript.
Meteor Core type definitions are now part of the Meteor and are being continuously expanded, so your IDE should get them by default.

There also is the great zodern:types package which allows community packages to do the same and helps with types in general:

1 Like