UNPKG

@dotenvx/dotenvx-pro

Version:

Secrets Management – Done Right. 🏆

12 lines (9 loc) 216 B
// services const Keypair = require('./services/keypair') /** @type {import('./main').keypair} */ const keypair = function (envFile, key) { return new Keypair(envFile, key).run() } module.exports = { keypair }