fix(readme): add

This commit is contained in:
2019-02-23 16:02:12 +01:00
parent b75758882c
commit 503275a6a2
7 changed files with 61 additions and 39 deletions

View File

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