10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
// node native
|
|
import * as crypto from 'crypto';
|
|
|
|
export { crypto };
|
|
|
|
// @pushrocks scope
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
export { smartpromise };
|