UNPKG

env-contract-check

Version:

Create a contract of environment variables for different environments.

8 lines (6 loc) 110 B
const ecc = require('../../index'); ecc.register({ name: 'MONGO_URL', optional: true, }); ecc.summary();