22 lines
698 B
TypeScript
22 lines
698 B
TypeScript
import * as path from 'path';
|
|
export { path };
|
|
|
|
// @gitzone scope
|
|
import * as tsbundle from '@gitzone/tsbundle';
|
|
|
|
export {
|
|
tsbundle
|
|
};
|
|
|
|
// @pushrocks scope
|
|
import * as lik from '@pushrocks/lik';
|
|
import * as smartchok from '@pushrocks/smartchok';
|
|
import * as smartcli from '@pushrocks/smartcli';
|
|
import * as smartdelay from '@pushrocks/smartdelay';
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
|
|
import * as smartshell from '@pushrocks/smartshell';
|
|
import * as taskbuffer from '@pushrocks/taskbuffer';
|
|
|
|
export { lik, smartchok, smartcli, smartdelay, smartlog, smartlogDestinationLocal, smartshell, taskbuffer };
|