UNPKG

env-contract-check

Version:

Create a contract of environment varaibles for different environments.

12 lines (9 loc) 153 B
const ecc = require('../../index'); ecc.strict(); ecc.register({ name: 'MONGO_URL', defaults: { development: 'DEFAULT', }, echo: true, });