microdata-rdf-streaming-parser
Version:
A fast and lightweight streaming Microdata to RDF parser
11 lines (10 loc) • 500 B
TypeScript
export * from './lib/propertyhandler/IItemPropertyHandler';
export * from './lib/propertyhandler/ItemPropertyHandlerContent';
export * from './lib/propertyhandler/ItemPropertyHandlerNumber';
export * from './lib/propertyhandler/ItemPropertyHandlerTime';
export * from './lib/propertyhandler/ItemPropertyHandlerUrl';
export * from './lib/IHtmlParseListener';
export * from './lib/IItemScope';
export * from './lib/IVocabRegistry';
export * from './lib/MicrodataRdfParser';
export * from './lib/Util';