rss-models-typescript
v1.0.1
Published
This npm module provides rss-2.0 xsd models in typescript, generated by cxsd from https://raw.githubusercontent.com/ultraq/rss-xml-generator/master/Schema/RSS-2.0.xsd.
Downloads
2
Readme
This npm module provides rss-2.0 xsd models in typescript, generated by cxsd from https://raw.githubusercontent.com/ultraq/rss-xml-generator/master/Schema/RSS-2.0.xsd.
Install
npm install rss-models-typescriptd --save
Use
Include in your project
import {document, RssType} from 'rss-models-typescript/lib/xmlns/www.rssboard.org/rss-specification';
...