2025-12-15 14:23:53 +00:00
|
|
|
// node native
|
|
|
|
|
import * as path from 'path';
|
|
|
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
|
2025-12-02 10:59:09 +00:00
|
|
|
// @push.rocks scope
|
|
|
|
|
import * as smartai from '@push.rocks/smartai';
|
2025-12-02 12:11:31 +00:00
|
|
|
import * as smartdeno from '@push.rocks/smartdeno';
|
2025-12-02 10:59:09 +00:00
|
|
|
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,
|
2025-12-02 12:11:31 +00:00
|
|
|
smartdeno,
|
2025-12-02 10:59:09 +00:00
|
|
|
smartfs,
|
|
|
|
|
smartrequest,
|
|
|
|
|
smartbrowser,
|
|
|
|
|
smartshell,
|
|
|
|
|
};
|