cloudly/ts/plugins.ts

80 lines
2.3 KiB
TypeScript
Raw Permalink Normal View History

2024-04-20 10:21:41 +00:00
// node native
import * as path from 'path';
export { path };
// @apiglobal scope
import * as typedrequest from '@api.global/typedrequest';
import * as typedsocket from '@api.global/typedsocket';
export { typedrequest, typedsocket };
2024-06-13 07:36:02 +00:00
// @apiclient.xyz scope
2024-04-20 10:21:41 +00:00
import * as cloudflare from '@apiclient.xyz/cloudflare';
2024-06-13 07:36:02 +00:00
import * as docker from '@apiclient.xyz/docker';
2024-04-20 10:21:41 +00:00
import * as hetznercloud from '@apiclient.xyz/hetznercloud';
import * as slack from '@apiclient.xyz/slack';
2024-06-13 07:36:02 +00:00
export { cloudflare, docker, hetznercloud, slack };
2024-04-20 10:21:41 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
// @push.rocks scope
import * as npmextra from '@push.rocks/npmextra';
import * as projectinfo from '@push.rocks/projectinfo';
import * as qenv from '@push.rocks/qenv';
import * as smartacme from '@push.rocks/smartacme';
import * as smartbucket from '@push.rocks/smartbucket';
import * as smartcli from '@push.rocks/smartcli';
2024-06-20 17:00:58 +00:00
import * as smartclickhouse from '@push.rocks/smartclickhouse';
2024-04-20 10:21:41 +00:00
import * as smartdata from '@push.rocks/smartdata';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartexit from '@push.rocks/smartexit';
import * as smartfile from '@push.rocks/smartfile';
import * as smartguard from '@push.rocks/smartguard';
import * as smartjson from '@push.rocks/smartjson';
import * as smartjwt from '@push.rocks/smartjwt';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartssh from '@push.rocks/smartssh';
import * as smartstring from '@push.rocks/smartstring';
import * as smartunique from '@push.rocks/smartunique';
import * as taskbuffer from '@push.rocks/taskbuffer';
import * as typedserver from '@api.global/typedserver';
2024-04-20 10:21:41 +00:00
export {
npmextra,
projectinfo,
qenv,
smartacme,
smartbucket,
smartcli,
2024-06-20 17:00:58 +00:00
smartclickhouse,
2024-04-20 10:21:41 +00:00
smartdata,
smartexit,
smartdelay,
smartfile,
smartguard,
smartjson,
smartjwt,
smartlog,
smartpath,
smartpromise,
smartrequest,
smartssh,
smartstring,
smartunique,
taskbuffer,
typedserver,
2024-04-20 10:21:41 +00:00
};
// @servezone scope
import * as servezoneInterfaces from '@serve.zone/interfaces';
export { servezoneInterfaces };