Skip to content

Commit

Permalink
chore: export types from feed
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavkj authored and jpmonette committed Jan 22, 2021
1 parent 3cf29dc commit 0a368ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import renderJSON from "./json";
import renderRSS from "./rss2";
import { Author, Extension, FeedOptions, Item } from "./typings";

export { Author, Extension, FeedOptions, Item };

/**
* Class used to generate Feeds
*/
Expand Down

0 comments on commit 0a368ea

Please sign in to comment.