UNPKG

env-contract-check

Version:

Create a contract of environment varaibles for different environments.

11 lines (8 loc) 140 B
const ecc = require('../../index'); ecc.register({ name: 'MONGO_URL', defaults: { development: 'DEFAULT', }, }); ecc.summary();