smartsitemap/ts/smartsitemap.plugins.ts
2021-01-03 02:08:00 +00:00

22 lines
434 B
TypeScript

// pushrocks scope
import * as smartcache from '@pushrocks/smartcache';
import * as smartfeed from '@pushrocks/smartfeed';
import * as smartxml from '@pushrocks/smartxml';
import * as smartyaml from '@pushrocks/smartyaml';
import * as webrequest from '@pushrocks/webrequest';
export {
smartcache,
smartfeed,
smartxml,
smartyaml,
webrequest
};
// tsclass
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};