Improve config package names and reduce API exposure.

This commit is contained in:
jregan
2019-11-03 16:18:16 -08:00
parent 1a4330a7cb
commit 077c7b2d20
41 changed files with 102 additions and 113 deletions

View File

@@ -20,7 +20,7 @@ function whatApi {
grep -v " resid " |\
grep -v " resmap " |\
grep -v " testutils/" |\
grep -v "types "
grep -v " types "
echo "==== end $1 =================================="
}