tstest/ts/tstest.plugins.ts

12 lines
412 B
TypeScript

// node native
import * as path from 'path';
// @pushrocks scope
import * as consolecolor from '@pushrocks/consolecolor';
import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
export { consolecolor, path, smartfile, smartlog, smartpromise, smartshell };