UNPKG

@lando/mongo

Version:

A Lando plugin that provides a tight integration with MongoDB.

12 lines (9 loc) 240 B
'use strict' const debug = ( typeof process === 'object' && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ) ? (...args) => console.error('SEMVER', ...args) : () => {} module.exports = debug