Check if content is a valid feed (any format).
Feed content as string
true if content is RSS, Atom, or JSON Feed
true
if (isFeed(content)) { const result = parseFeed(content);} Copy
if (isFeed(content)) { const result = parseFeed(content);}
Check if content is a valid feed (any format).