UNPKG
@imduchuyyy/crypt-env
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Secure environment manager with profile-based encrypted storage
github.com/imduchuyyy/crypt-env
@imduchuyyy/crypt-env
/
test.ts
8 lines
(5 loc)
•
98 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
fs
from
"fs"
const
main
=
async
(
) => {
console
.
log
(process.
env
.
MY_SECRET
); };
main
();