tswatch/ts/tswatch.plugins.ts

23 lines
763 B
TypeScript
Raw Normal View History

2018-10-28 02:48:43 +02:00
import * as path from 'path';
export { path };
2019-10-12 16:54:03 +02:00
// @gitzone scope
import * as tsbundle from '@gitzone/tsbundle';
export {
tsbundle
};
2018-10-28 02:48:43 +02:00
// @pushrocks scope
2019-05-09 00:08:40 +02:00
import * as lik from '@pushrocks/lik';
2019-05-08 11:14:57 +02:00
import * as smartchok from '@pushrocks/smartchok';
2018-10-28 02:48:43 +02:00
import * as smartcli from '@pushrocks/smartcli';
2018-10-28 19:28:08 +01:00
import * as smartdelay from '@pushrocks/smartdelay';
2019-05-08 11:14:57 +02:00
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
2019-10-12 17:12:50 +02:00
import * as smartserve from '@pushrocks/smartserve';
2018-10-28 02:48:43 +02:00
import * as smartshell from '@pushrocks/smartshell';
2019-10-12 16:54:03 +02:00
import * as taskbuffer from '@pushrocks/taskbuffer';
2018-10-28 02:48:43 +02:00
2019-10-12 17:12:50 +02:00
export { lik, smartchok, smartcli, smartdelay, smartlog, smartlogDestinationLocal, smartserve, smartshell, taskbuffer };