tools/ts/tools.plugins.ts

12 lines
437 B
TypeScript
Raw Normal View History

2019-06-17 08:26:26 +00:00
// node native
2017-05-28 18:03:40 +00:00
import * as path from 'path';
2019-06-17 08:26:26 +00:00
// pushrocks scope
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
2018-06-07 20:41:25 +00:00
import * as smartcli from '@pushrocks/smartcli';
2019-06-17 08:26:26 +00:00
import * as smartfile from '@pushrocks/smartfile';
import * as smartshell from '@pushrocks/smartshell';
2018-06-07 20:41:25 +00:00
2019-06-17 08:26:26 +00:00
export { smartlog, smartlogDestinationLocal, path, smartcli, smartfile, smartshell };