We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf29dc commit 0a368eaCopy full SHA for 0a368ea
src/feed.ts
@@ -3,6 +3,8 @@ import renderJSON from "./json";
3
import renderRSS from "./rss2";
4
import { Author, Extension, FeedOptions, Item } from "./typings";
5
6
+export { Author, Extension, FeedOptions, Item };
7
+
8
/**
9
* Class used to generate Feeds
10
*/
0 commit comments