11 lines
198 B
TypeScript
11 lines
198 B
TypeScript
// node native
|
|
import * as crypto from 'crypto';
|
|
import * as fs from 'fs';
|
|
|
|
export { crypto,fs };
|
|
|
|
// @push.rocks scope
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
|
|
export { smartshell };
|