"use strict"; | |
Object.defineProperty(exports, "__esModule", { value: true }); | |
exports.runfiles = exports.Runfiles = void 0; | |
const runfiles_1 = require("./runfiles"); | |
Object.defineProperty(exports, "Runfiles", { enumerable: true, get: function () { return runfiles_1.Runfiles; } }); | |
/** Instance of the runfile helpers. */ | |
exports.runfiles = new runfiles_1.Runfiles(process.env); |