fix(core): update

This commit is contained in:
2020-02-12 21:32:25 +00:00
parent 503d542d42
commit 714073d1c6
7 changed files with 11 additions and 17 deletions

View File

@@ -2,10 +2,7 @@
import * as path from 'path';
import * as fs from 'fs';
export {
path,
fs
};
export { path, fs };
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
@@ -13,9 +10,4 @@ import * as smartfile from '@pushrocks/smartfile';
import * as smartpuppeteer from '@pushrocks/smartpuppeteer';
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartdelay,
smartfile,
smartpuppeteer,
smartpromise
};
export { smartdelay, smartfile, smartpuppeteer, smartpromise };