websetup/ts/websetup.plugins.ts

10 lines
186 B
TypeScript
Raw Normal View History

2020-11-04 18:01:04 +00:00
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
2020-11-04 18:09:07 +00:00
export { smartpromise };
2020-11-04 18:01:04 +00:00
// 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 };