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
Is your feature request related to a problem? Please describe.
Right now, only the Feed class is exported as a type. It would be nice if the types used for the parameters of different methods and the constructor were exported to.
Describe the solution you'd like
Export the following types: Author, Extension, FeedOptions, and Item.
Describe alternatives you've considered
In the meantime, I'm getting the type from the typing of the parameters. Which I do not think is as nice, though:
Is your feature request related to a problem? Please describe.
Right now, only the
Feed
class is exported as a type. It would be nice if the types used for the parameters of different methods and the constructor were exported to.Describe the solution you'd like
Export the following types:
Author
,Extension
,FeedOptions
, andItem
.Describe alternatives you've considered
In the meantime, I'm getting the type from the typing of the parameters. Which I do not think is as nice, though:
It's also possible to get the type by importing from the
typings
directory, but it do not think this is an intended feature (right?):Additional context
For reference,
feed.d.ts
looks like this as of4.2.1
:The text was updated successfully, but these errors were encountered: