UNPKG

196 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.YarnVersion = void 0;
4exports.YarnVersion = typeof YARN_VERSION !== `undefined`
5 ? YARN_VERSION
6 : null;