UNPKG

roosevelt

Version:

🧸 MVC web framework for Node.js designed to make Express easier to use.

8 lines (6 loc) • 242 B
if (module.parent) module.exports = secretsGenerator else secretsGenerator() function secretsGenerator (secretsPath, httpsParams) { require('./certsGenerator')(secretsPath, httpsParams) require('./sessionSecretGenerator')(secretsPath) }