smartsitemap/ts/smartsitemap.plugins.ts

13 lines
287 B
TypeScript
Raw Normal View History

2020-10-26 00:52:04 +00:00
// pushrocks scope
2020-10-26 12:18:33 +00:00
import * as smartcache from '@pushrocks/smartcache';
2020-10-26 00:52:04 +00:00
import * as smartfeed from '@pushrocks/smartfeed';
2020-10-25 22:12:38 +00:00
import * as smartxml from '@pushrocks/smartxml';
2020-10-26 12:18:33 +00:00
import * as smartyaml from '@pushrocks/smartyaml';
2020-10-25 22:12:38 +00:00
export {
2020-10-26 12:18:33 +00:00
smartcache,
2020-10-26 00:52:04 +00:00
smartfeed,
2020-10-26 12:18:33 +00:00
smartxml,
smartyaml
2020-10-25 22:12:38 +00:00
};