2024-05-15 10:10:41 +02:00
|
|
|
// NODE INTERNALS
|
|
|
|
import * as path from 'path';
|
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
|
|
|
// @serve.zone scope
|
2024-12-29 22:51:34 +01:00
|
|
|
import * as servezoneInterfaces from '@serve.zone/interfaces';
|
2024-05-15 10:10:41 +02:00
|
|
|
|
2024-12-29 22:51:34 +01:00
|
|
|
export { servezoneInterfaces };
|
2024-05-15 10:10:41 +02:00
|
|
|
|
|
|
|
// @api.global scope
|
|
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
|
|
import * as typedsocket from '@api.global/typedsocket';
|
|
|
|
|
|
|
|
export { typedrequest, typedsocket };
|
|
|
|
|
|
|
|
// @push.rocks scope
|
|
|
|
import * as qenv from '@push.rocks/qenv';
|
|
|
|
import * as projectinfo from '@push.rocks/projectinfo';
|
|
|
|
import * as smartdelay from '@push.rocks/smartdelay';
|
|
|
|
import * as smartlog from '@push.rocks/smartlog';
|
|
|
|
import * as smartlogDestinationReceiver from '@push.rocks/smartlog-destination-receiver';
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
import * as smartproxy from '@push.rocks/smartproxy';
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
|
|
import * as smartrequest from '@push.rocks/smartrequest';
|
|
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
|
|
import * as smartstring from '@push.rocks/smartstring';
|
|
|
|
import * as taskbuffer from '@push.rocks/taskbuffer';
|
|
|
|
|
|
|
|
export {
|
|
|
|
qenv,
|
|
|
|
projectinfo,
|
|
|
|
smartdelay,
|
|
|
|
smartlog,
|
|
|
|
smartlogDestinationReceiver,
|
|
|
|
smartpath,
|
|
|
|
smartproxy,
|
|
|
|
smartshell,
|
|
|
|
smartpromise,
|
|
|
|
smartrequest,
|
|
|
|
smartstring,
|
|
|
|
taskbuffer,
|
|
|
|
};
|
2024-12-29 22:51:34 +01:00
|
|
|
|
|
|
|
// @tsclass scope
|
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
|
|
|
|
export { tsclass };
|