tools/ts/tools.plugins.ts

8 lines
263 B
TypeScript

import * as beautylog from 'beautylog';
import * as path from 'path';
import * as smartcli from '@pushrocks/smartcli';
import * as smartfile from 'smartfile';
import * as smartshell from 'smartshell';
export { beautylog, path, smartcli, smartfile, smartshell };