tswatch/ts/tswatch.plugins.ts

15 lines
353 B
TypeScript
Raw Normal View History

2018-10-28 00:48:43 +00:00
import * as path from 'path';
export { path };
// @pushrocks scope
import * as smartcli from '@pushrocks/smartcli';
2018-10-28 18:28:08 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2018-10-28 00:48:43 +00:00
import * as smartshell from '@pushrocks/smartshell';
2018-10-28 18:28:08 +00:00
export { smartdelay, smartshell, smartcli };
2018-10-28 00:48:43 +00:00
// Third Pary
import * as fileWatcher from 'filewatcher';
export { fileWatcher };