Files
smartsitemap/ts/smartsitemap.plugins.ts

20 lines
518 B
TypeScript
Raw Normal View History

// node built-ins
import * as zlib from 'zlib';
import { promisify } from 'util';
import { Readable } from 'stream';
export { zlib, promisify, Readable };
2020-10-26 00:52:04 +00:00
// pushrocks scope
2023-07-27 16:16:37 +02:00
import * as smartfeed from '@push.rocks/smartfeed';
import * as smartxml from '@push.rocks/smartxml';
import * as smartyaml from '@push.rocks/smartyaml';
import * as webrequest from '@push.rocks/webrequest';
2020-10-25 22:12:38 +00:00
export { smartfeed, smartxml, smartyaml, webrequest };
2020-10-28 17:43:58 +00:00
// tsclass
import * as tsclass from '@tsclass/tsclass';
2023-07-27 16:16:37 +02:00
export { tsclass };