UNPKG

@imduchuyyy/crypt-env

Version:

Secure environment manager with profile-based encrypted storage

8 lines (5 loc) 98 B
import fs from "fs" const main = async () => { console.log(process.env.MY_SECRET); }; main();