smartssh/ts/smartssh.plugins.ts
2018-09-17 22:32:31 +02:00

11 lines
435 B
TypeScript

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';
export { fs, minimatch, path, q, shelljs, smartfile, smartpath, smartstring };