9 lines
241 B
TypeScript
9 lines
241 B
TypeScript
// @tsclass
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
export { tsclass };
|
|
|
|
// @pushrocks
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
export { smartpromise, smartshell };
|