smartpersona/ts/smartpersona.plugins.ts

14 lines
183 B
TypeScript
Raw Normal View History

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