smartsitemap/ts/smartsitemap.plugins.ts
2020-10-28 17:43:58 +00:00

20 lines
367 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';
export {
smartcache,
smartfeed,
smartxml,
smartyaml
};
// tsclass
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};