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.

5 lines 152 B
import { isObject } from '../../../common/utils.js'; export const detect = (value) => { return isObject(value); }; //# sourceMappingURL=index.js.map