Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
refs/heads/upstream/main
/
.
/
lib
/
glob_match.bzl
blob: d835ead57380e3d15203880f633f459b0806a0c6 [
file
] [
log
] [
blame
] [
edit
]
"Public API"
load
(
"//lib/private:glob_match.bzl"
,
_glob_match
=
"glob_match"
,
_is_glob
=
"is_glob"
)
glob_match
=
_glob_match
is_glob
=
_is_glob