blob: 80618a1cec2397a5dbfb7d54784cc950c494e636 [file] [log] [blame] [edit]
"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);