tstest/ts/tstest.plugins.ts

15 lines
474 B
TypeScript
Raw Normal View History

2018-08-04 14:23:07 +02:00
// node native
2018-08-03 19:18:42 +02:00
import * as path from 'path';
2018-08-04 14:23:07 +02:00
// @pushrocks scope
import * as consolecolor from '@pushrocks/consolecolor';
2018-08-03 19:18:42 +02:00
import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
2018-08-04 19:41:00 +02:00
// sindresorhus
import * as figures from 'figures';
export { consolecolor, figures, path, smartfile, smartlog, smartpromise, smartshell };