/*** 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 ***/