tstest/ts/tstest.plugins.ts

29 lines
795 B
TypeScript
Raw Normal View History

2018-08-04 12:23:07 +00:00
// node native
2018-08-03 17:18:42 +00:00
import * as path from 'path';
2018-08-04 12:23:07 +00:00
2020-06-01 20:48:54 +00:00
export { path };
2018-08-04 12:23:07 +00:00
// @pushrocks scope
import * as consolecolor from '@pushrocks/consolecolor';
2020-06-01 20:48:54 +00:00
import * as smartbrowser from '@pushrocks/smartbrowser';
2020-07-07 20:50:29 +00:00
import * as smartexpress from '@pushrocks/smartexpress';
import * as smartdelay from '@pushrocks/smartdelay';
2018-08-03 17:18:42 +00: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';
2020-07-07 20:50:29 +00:00
export { consolecolor, smartbrowser, smartexpress, smartdelay, smartfile, smartlog, smartpromise, smartshell };
// @gitzone scope
import * as tsbundle from '@gitzone/tsbundle';
export {
tsbundle
};
2020-06-01 20:48:54 +00:00
2018-08-04 17:41:00 +00:00
// sindresorhus
import * as figures from 'figures';
2020-06-01 20:48:54 +00:00
export { figures };