UNPKG

cqr-env

Version:

Have multiple env files that can be encrypted and included in version control

7 lines (5 loc) 143 B
const joi = require('joi') module.exports = joi.alternatives().try( joi.array().items(joi.string().required()), joi.string().required() )