Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
17
node_modules/sitemap/dist/esm/index.d.ts
generated
vendored
Normal file
17
node_modules/sitemap/dist/esm/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/*!
|
||||
* Sitemap
|
||||
* Copyright(c) 2011 Eugene Kalinin
|
||||
* MIT Licensed
|
||||
*/
|
||||
export { SitemapItemStream, SitemapItemStreamOptions, } from './lib/sitemap-item-stream.js';
|
||||
export { IndexTagNames, SitemapIndexStream, SitemapIndexStreamOptions, SitemapAndIndexStream, SitemapAndIndexStreamOptions, } from './lib/sitemap-index-stream.js';
|
||||
export { streamToPromise, SitemapStream, SitemapStreamOptions, } from './lib/sitemap-stream.js';
|
||||
export * from './lib/errors.js';
|
||||
export * from './lib/types.js';
|
||||
export { lineSeparatedURLsToSitemapOptions, mergeStreams, validateSMIOptions, normalizeURL, ReadlineStream, ReadlineStreamOptions, } from './lib/utils.js';
|
||||
export { xmlLint } from './lib/xmllint.js';
|
||||
export { parseSitemap, XMLToSitemapItemStream, XMLToSitemapItemStreamOptions, ObjectStreamToJSON, ObjectStreamToJSONOptions, } from './lib/sitemap-parser.js';
|
||||
export { parseSitemapIndex, XMLToSitemapIndexStream, XMLToSitemapIndexItemStreamOptions, IndexObjectStreamToJSON, IndexObjectStreamToJSONOptions, } from './lib/sitemap-index-parser.js';
|
||||
export { simpleSitemapAndIndex, SimpleSitemapAndIndexOptions, } from './lib/sitemap-simple.js';
|
||||
export { validateURL, validatePath, validateLimit, validatePublicBasePath, validateXSLUrl, validators, isPriceType, isResolution, isValidChangeFreq, isValidYesNo, isAllowDeny, } from './lib/validation.js';
|
||||
export { LIMITS, DEFAULT_SITEMAP_ITEM_LIMIT } from './lib/constants.js';
|
||||
Reference in New Issue
Block a user