ken_nogi/NodeJS/JigyoKeikakuUpdate/node_modules/@bazel/runfiles/index.d.ts
Kenichiro NOGI 7b357fa2cf 2025-11-08
2025-11-08 10:26:52 +09:00

5 lines
141 B
TypeScript

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