UNPKG
react-rss
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
0.0.1
React component capable of reading and rendering any RSS feed
jindra12/react-rss
react-rss
/
utils
/
parseToJson.d.ts
6 lines
(5 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
parseToJson
:
(
xml
:
Node
,
carry
?: { [index:
string
]:
any
; }
) =>
{ [
index
:
string
]:
any
; };