tswatch/ts/tswatch.plugins.ts
2018-10-28 19:28:08 +01:00

15 lines
353 B
TypeScript

import * as path from 'path';
export { path };
// @pushrocks scope
import * as smartcli from '@pushrocks/smartcli';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartshell from '@pushrocks/smartshell';
export { smartdelay, smartshell, smartcli };
// Third Pary
import * as fileWatcher from 'filewatcher';
export { fileWatcher };