smartsitemap/ts/smartsitemap.plugins.ts

14 lines
427 B
TypeScript
Raw Normal View History

2020-10-26 00:52:04 +00:00
// pushrocks scope
2023-07-27 14:16:37 +00:00
import * as smartcache from '@push.rocks/smartcache';
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
2023-07-27 14:16:37 +00:00
export { smartcache, smartfeed, smartxml, smartyaml, webrequest };
2020-10-28 17:43:58 +00:00
// tsclass
import * as tsclass from '@tsclass/tsclass';
2023-07-27 14:16:37 +00:00
export { tsclass };