UNPKG
react-substack
Version:
latest (1.0.17)
1.0.17
1.0.16
1.0.15
Read any Substack newsletter with React
github.com/nosajio/react-substack
react-substack
/
dist
/
esm
/
parser
/
feed.d.ts
6 lines
(5 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Substack
}
from
'./types'
;
/** * Parse a feed XML string into a JSON data structure */
export
declare
const
parseFeed
:
(
feed
:
string
,
subdomain
:
string
) =>
Substack
;