fix(core): update

This commit is contained in:
2020-02-12 21:38:04 +00:00
parent 23b4c1cf89
commit 637170ecd2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,8 +1,7 @@
// node native
import * as path from 'path';
import * as fs from 'fs';
export { path, fs };
export { path };
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';