14 lines
427 B
TypeScript
14 lines
427 B
TypeScript
// pushrocks scope
|
|
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';
|
|
|
|
export { smartcache, smartfeed, smartxml, smartyaml, webrequest };
|
|
|
|
// tsclass
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export { tsclass };
|