13 lines
501 B
TypeScript
13 lines
501 B
TypeScript
import * as path from 'path';
|
|
export { path };
|
|
|
|
// @pushrocks scope
|
|
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';
|
|
|
|
export { smartchok, smartcli, smartdelay, smartlog, smartlogDestinationLocal, smartshell, };
|