9 lines
171 B
TypeScript
9 lines
171 B
TypeScript
|
// pushrocks scope
|
||
|
import * as smartpromise from '@pushrocks/smartpromise';
|
||
|
import * as smartstate from '@pushrocks/smartstate';
|
||
|
|
||
|
export {
|
||
|
smartpromise,
|
||
|
smartstate
|
||
|
};
|