UNPKG

env-contract-check

Version:

Create a contract of environment variables for different environments.

11 lines (9 loc) 156 B
const ecc = require('../../index'); ecc.register({ name: 'MONGO_URL', optional: { development: true, production: false }, }); ecc.summary();