2020-11-04 18:01:04 +00:00
|
|
|
// pushrocks scope
|
2020-11-05 20:03:12 +00:00
|
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
2020-11-04 18:01:04 +00:00
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
|
2020-11-05 20:03:12 +00:00
|
|
|
export { smartdelay, 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 };
|