UNPKG

roosevelt

Version:

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

9 lines (7 loc) • 290 B
if (module.parent) module.exports = secretsGenerator else secretsGenerator() function secretsGenerator (secretsPath, httpsParams) { require('./certsGenerator')(secretsPath, httpsParams) require('./csrfSecretGenerator')(secretsPath) require('./sessionSecretGenerator')(secretsPath) }