ken_nogi/NodeJS/#ANDPAD/node_modules/@bazel/runfiles/index.d.ts
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

5 lines
141 B
TypeScript

import { Runfiles } from "./runfiles";
export { Runfiles };
/** Instance of the runfile helpers. */
export declare const runfiles: Runfiles;