smartssh/ts/smartssh.plugins.ts

11 lines
435 B
TypeScript
Raw Normal View History

2018-09-17 20:32:31 +00:00
import * as fs from 'fs-extra';
import * as minimatch from 'minimatch';
import * as path from 'path';
import * as q from '@pushrocks/smartpromise';
import * as shelljs from '@pushrocks/smartshell';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
import * as smartstring from '@pushrocks/smartstring';
2016-11-23 11:38:38 +00:00
2018-09-17 20:32:31 +00:00
export { fs, minimatch, path, q, shelljs, smartfile, smartpath, smartstring };