UNPKG

887 BTypeScriptView Raw
1/*!
2 * Sitemap
3 * Copyright(c) 2011 Eugene Kalinin
4 * MIT Licensed
5 */
6export { SitemapItemStream, SitemapItemStreamOptions, } from './lib/sitemap-item-stream';
7export { IndexTagNames, SitemapIndexStream, SitemapIndexStreamOptions, SitemapAndIndexStream, SitemapAndIndexStreamOptions, } from './lib/sitemap-index-stream';
8export { streamToPromise, SitemapStream, SitemapStreamOptions, } from './lib/sitemap-stream';
9export * from './lib/errors';
10export * from './lib/types';
11export { lineSeparatedURLsToSitemapOptions, mergeStreams, validateSMIOptions, normalizeURL, ReadlineStream, ReadlineStreamOptions, } from './lib/utils';
12export { xmlLint } from './lib/xmllint';
13export { parseSitemap, XMLToSitemapItemStream, XMLToSitemapItemStreamOptions, ObjectStreamToJSON, ObjectStreamToJSONOptions, } from './lib/sitemap-parser';
14export { simpleSitemapAndIndex } from './lib/sitemap-simple';