UNPKG

@naamiru/eagle-webui

Version:

A mobile-friendly web interface for Eagle image viewer - browse your Eagle library from any device

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