mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
6 lines
105 B
Python
6 lines
105 B
Python
"Public API"
|
|
|
|
load("//lib/private:glob_match.bzl", _glob_match = "glob_match")
|
|
|
|
glob_match = _glob_match
|