12 lines
410 B
TypeScript
12 lines
410 B
TypeScript
// node native
|
|
import * as path from 'path';
|
|
import * as fs from 'fs';
|
|
|
|
// push.rocks scope
|
|
import * as smartlog from '@push.rocks/smartlog';
|
|
import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local';
|
|
import * as smartcli from '@push.rocks/smartcli';
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
|
|
export { smartlog, smartlogDestinationLocal, path, fs, smartcli, smartshell };
|