dylang / node-rss

RSS feed generator for Node.
https://npmjs.org/package/rss
MIT License
999 stars 133 forks source link

Update docs and types to allow `author` in Feed options #108

Open theycallmeswift opened 2 years ago

theycallmeswift commented 2 years ago

The code shows examples of setting the author attribute on the feed object, but this is not actually documented in the README and thus did not make it into the type definitions.