coreflow/ts/coreflow.plugins.ts
2024-05-09 00:05:16 +02:00

60 lines
1.5 KiB
TypeScript

// node native#
import * as path from 'path';
export { path };
// @losslessone_private scope
import * as servezoneInterfaces from '@serve.zone/interfaces';
import * as servezoneApi from '@serve.zone/api';
export { servezoneInterfaces, servezoneApi };
// @apiglobal scope
import * as typedrequest from '@api.global/typedrequest';
import * as typedsocket from '@api.global/typedsocket';
export { typedrequest, typedsocket };
// @pushrocks scope
import * as lik from '@push.rocks/lik';
import * as projectinfo from '@push.rocks/projectinfo';
import * as qenv from '@push.rocks/qenv';
import * as smartcli from '@push.rocks/smartcli';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartnetwork from '@push.rocks/smartnetwork';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartrx from '@push.rocks/smartrx';
import * as smartstate from '@push.rocks/smartstate';
import * as smartstring from '@push.rocks/smartstring';
import * as taskbuffer from '@push.rocks/taskbuffer';
export {
lik,
projectinfo,
qenv,
smartcli,
smartdelay,
smartlog,
smartnetwork,
smartpath,
smartpromise,
smartrequest,
smartrx,
smartstate,
smartstring,
taskbuffer,
};
// @mojoio scope
import * as docker from '@apiclient.xyz/docker';
export { docker };
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };