websetup/ts/websetup.plugins.ts

12 lines
188 B
TypeScript
Raw Normal View History

2020-11-04 18:01:04 +00:00
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
};
// tsclass scope
2020-03-06 15:12:23 +00:00
import * as tsclass from '@tsclass/tsclass';
2020-03-15 19:11:14 +00:00
export { tsclass };