7 lines
233 B
TypeScript
7 lines
233 B
TypeScript
// push.rocks scope
|
|
import * as smartcli from '@push.rocks/smartcli';
|
|
import * as smartinteract from '@push.rocks/smartinteract';
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
|
|
export { smartcli, smartinteract, smartshell };
|