UNPKG
@bazel/runfiles
Version:
latest (6.5.0)
lts (4.6.2)
next (5.0.0-rc.2)
6.5.0
6.3.1
6.3.0
5.8.1
5.7.3
5.7.2
5.7.1
5.7.0
5.6.0
5.5.4
5.5.3
5.5.2
5.5.1
5.5.0
5.4.2
5.4.1
5.4.0
5.3.1
5.3.0
5.2.0
5.1.0
5.0.2
5.0.1
5.0.0
5.0.0-rc.2
5.0.0-rc.0
4.6.2
4.6.1
4.6.0
4.5.0
4.4.6
4.4.5
4.4.2
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
4.0.0-rc.1
4.0.0-rc.0
4.0.0-beta.1
4.0.0-beta.0
3.8.0
3.7.0
3.6.0
3.5.1
3.5.0
3.4.2
3.4.1
3.4.0
3.3.0
0.0.0-PLACEHOLDER
Node.js runfiles helpers for Bazel
github.com/bazel-contrib/rules_nodejs
bazel-contrib/rules_nodejs
@bazel/runfiles
/
index.d.ts
5 lines
(4 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
import
{
Runfiles
}
from
"./runfiles"
;
export
{
Runfiles
};
/** Instance of the runfile helpers. */
export
declare
const
runfiles
:
Runfiles
;