UNPKG

@omlet/cli

Version:

Omlet (https://omlet.dev) is a component analytics tool that uses a CLI to scan your codebase to detect components and their usage. Get real usage insights from customizable charts to measure adoption across all projects and identify opportunities to impr

10 lines (9 loc) 438 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; var _a; Object.defineProperty(exports, "__esModule", { value: true }); exports.ciVendor = void 0; const ci_info_1 = __importDefault(require("ci-info")); exports.ciVendor = ci_info_1.default.isCI ? ((_a = ci_info_1.default.name) !== null && _a !== void 0 ? _a : "unknown") : undefined;