fix(readme): add
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user