UNPKG

@papavault/cli

Version:

CLI tool for Papa Vault Secret Manager

10 lines (9 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debugLog = void 0; const debugLog = (...args) => { if (process.env.DEBUG === 'true') { console.debug('[PapaVault]', ...args); } }; exports.debugLog = debugLog;