feat(tools): can now ensure certain directories

This commit is contained in:
2019-11-16 19:22:20 +01:00
parent deae532820
commit 3ac46b2363
5 changed files with 326 additions and 459 deletions

View File

@@ -1,9 +1,10 @@
// pushrocks
import * as early from '@pushrocks/early';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
export { early, smartdelay, smartpromise };
export { early, smartfile, smartdelay, smartpromise };
// third party
/* import * as leakage from 'leakage';