UNPKG

env-contract-check

Version:

Create a contract of environment variables for different environments.

13 lines (9 loc) 158 B
const ecc = require('../../index'); ecc.noLog(true); ecc.strict(); ecc.register([{ name: 'MONGO_URL', default: { development: 'DEFAULT', }, }]);