Files
n8n-nodes-gwezz-changdunovel/node_modules/@oclif/core/lib/settings.js
2025-10-26 23:10:15 +08:00

8 lines
253 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.settings = void 0;
// Set global.oclif to the new object if it wasn't set before
if (!globalThis.oclif)
globalThis.oclif = {};
exports.settings = globalThis.oclif;