UNPKG

feedsmith

Version:

Robust and fast parser and generator for RSS, Atom, JSON Feed, and RDF feeds, with support for Podcast, iTunes, Dublin Core, and OPML files.

4 lines 148 B
export const detect = (value) => { return typeof value === 'string' && /<(?:atom:)?feed[\s>]/i.test(value); }; //# sourceMappingURL=index.js.map