UNPKG

@anycli/config

Version:

base config object and standard interfaces for anycli components

12 lines (11 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); let debug; try { debug = require('debug'); } catch (_a) { } exports.default = (...scope) => (...args) => { if (debug) debug(['@anycli/config', ...scope].join(':'))(...args); };