blob: d58609a3ac4b9d47dc1c1d43c3bb016ee365618e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*** EXPORT ------------------------------------------- ***/
export { FeedAtom as ATOM } from "./atom.ts";
export { FeedJSON as JSON } from "./json.ts";
export { FeedRSS as RSS } from "./rss.ts";
/*** forked from https://github.com/GabsEdits/feed ***/
|