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