Files
smartagent/ts/plugins.ts

15 lines
368 B
TypeScript
Raw Normal View History

2025-12-02 10:59:09 +00:00
// @push.rocks scope
import * as smartai from '@push.rocks/smartai';
import * as smartfs from '@push.rocks/smartfs';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartbrowser from '@push.rocks/smartbrowser';
import * as smartshell from '@push.rocks/smartshell';
export {
smartai,
smartfs,
smartrequest,
smartbrowser,
smartshell,
};