blob: 04de980fc61afbaf61ca035083435dc0376ca34a [file]
import { Runfiles } from "./runfiles";
// Re-export the `Runfiles` class. This class if the runfile helpers need to be
// mocked for testing purposes. This is used by the linker but also publicly exposed.
export { Runfiles };
/** Instance of the runfile helpers. */
export const runfiles = new Runfiles(process.env);