fix(core): update

This commit is contained in:
2019-02-23 15:53:18 +01:00
parent 100c92c6fd
commit 693a26bba7
7 changed files with 92 additions and 13 deletions

View File

@@ -1,4 +1,13 @@
const removeme = {};
// node native
import * as crypto from 'crypto';
export {
removeme
}
crypto
};
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
};