UNPKG

@bazel/runfiles

Version:
8 lines (7 loc) 378 B
"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);