UNPKG

react-substack

Version:

Read any Substack newsletter with React

6 lines (5 loc) 177 B
import { Substack } from './types'; /** * Parse a feed XML string into a JSON data structure */ export declare const parseFeed: (feed: string, subdomain: string) => Substack;