UNPKG

env-contract-check

Version:

Create a contract of environment varaibles for different environments.

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