smartssh/ts/smartssh.plugins.ts

11 lines
457 B
TypeScript
Raw Permalink 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';
2019-07-17 09:48:31 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2018-09-17 20:32:31 +00:00
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
2019-07-17 09:48:31 +00:00
export { fs, minimatch, path, smartpromise, shelljs, smartfile, smartpath, smartstring };