45 lines
1.2 KiB
TypeScript
45 lines
1.2 KiB
TypeScript
// NODE INTERNALS
|
|
import * as path from 'path';
|
|
|
|
export { path };
|
|
|
|
// @serve.zone scope
|
|
import * as lointCloudly from '@losslessone_private/loint-cloudly';
|
|
|
|
export { lointCloudly };
|
|
|
|
// @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,
|
|
};
|