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