tswatch/ts/tswatch.plugins.ts

14 lines
288 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';
import * as smartshell from '@pushrocks/smartshell';
export { smartshell, smartcli };
// Third Pary
import * as fileWatcher from 'filewatcher';
export { fileWatcher };