smartpersona/ts/smartpersona.plugins.ts
2019-10-01 13:05:02 +02:00

14 lines
183 B
TypeScript

// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
};
// @pushrocks scope
import * as smartjson from '@pushrocks/smartjson';
export {
smartjson
};