2024-09-17 22:41:14 +00:00
|
|
|
// node native
|
|
|
|
import * as crypto from 'crypto';
|
|
|
|
import * as fs from 'fs';
|
|
|
|
|
|
|
|
export { crypto,fs };
|
|
|
|
|
|
|
|
// @push.rocks scope
|
2024-09-19 06:38:38 +00:00
|
|
|
import * as qenv from '@push.rocks/qenv';
|
2024-09-18 15:56:53 +00:00
|
|
|
import * as smartcrypto from '@push.rocks/smartcrypto';
|
2024-09-17 17:40:00 +00:00
|
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
|
|
|
2024-09-19 06:38:38 +00:00
|
|
|
export { qenv, smartcrypto, smartshell };
|