This commit is contained in:
2018-08-03 19:18:42 +02:00
commit a5ace2fa49
17 changed files with 1224 additions and 0 deletions

7
ts/tstest.plugins.ts Normal file
View File

@@ -0,0 +1,7 @@
import * as path from 'path';
import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
export { path, smartfile, smartlog, smartpromise, smartshell };