2019-10-01 13:05:02 +02:00
|
|
|
// @tsclass scope
|
2019-09-30 19:08:00 +02:00
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
|
|
|
|
export {
|
|
|
|
tsclass
|
2019-10-01 13:05:02 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
// @pushrocks scope
|
|
|
|
import * as smartjson from '@pushrocks/smartjson';
|
|
|
|
|
|
|
|
export {
|
|
|
|
smartjson
|
|
|
|
};
|