7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
export * from '../plugins.js';
|
|
|
|
// pushrocks scope
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
|
|
export { smartshell };
|