tswatch/ts/tswatch.plugins.ts

38 lines
846 B
TypeScript
Raw Normal View History

2022-03-18 12:18:15 +00:00
// node native scope
2018-10-28 00:48:43 +00:00
import * as path from 'path';
export { path };
2022-03-18 12:18:15 +00:00
// @gitzone scope
2023-08-26 13:11:19 +00:00
import * as tsbundle from '@git.zone/tsbundle';
2022-03-18 12:18:15 +00:00
export {
tsbundle
}
2023-03-31 11:10:29 +00:00
// @apiglobal scope
import * as typedserver from '@apiglobal/typedserver';
export {
typedserver,
}
2018-10-28 00:48:43 +00:00
// @pushrocks scope
2023-08-26 12:52:12 +00:00
import * as lik from '@push.rocks/lik';
import * as smartchok from '@push.rocks/smartchok';
import * as smartcli from '@push.rocks/smartcli';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local';
import * as smartshell from '@push.rocks/smartshell';
import * as taskbuffer from '@push.rocks/taskbuffer';
2018-10-28 00:48:43 +00:00
2020-03-13 17:48:19 +00:00
export {
lik,
smartchok,
smartcli,
smartdelay,
smartlog,
smartlogDestinationLocal,
smartshell,
2020-07-04 10:45:56 +00:00
taskbuffer,
2020-03-13 17:48:19 +00:00
};