UNPKG

zod-opts

Version:

node.js CLI option parser / validator using Zod

10 lines (9 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debugLog = debugLog; function debugLog(...args) { const debug = process.env.ZOD_OPTION_PARSER_DEBUG === "true"; if (debug) { console.debug(...args); // eslint-disable-line no-console } }