UNPKG

feed

Version:

Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!

4 lines (3 loc) 103 B
import { Feed } from "./feed"; declare const _default: (ins: Feed) => string; export default _default;