feat(ts_node): Add support for HTTPS certificate creation

This commit is contained in:
2024-09-18 00:41:14 +02:00
parent 4358e1d64d
commit 61c493ce72
6 changed files with 69 additions and 22 deletions

View File

@ -1,3 +1,10 @@
// 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 };