We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a8e04 commit 3397e97Copy full SHA for 3397e97
src/index.ts
@@ -13,8 +13,8 @@
13
// limitations under the License.
14
import {GoogleAuth} from './auth/googleauth';
15
16
-// Export common deps to ensure the instances are the exact match
17
-// if used for configuring the library.
+// Export common deps to ensure types/instances are the exact match. Useful
+// for consistently configuring the library across versions.
18
export * as gcpMetadata from 'gcp-metadata';
19
export * as gaxios from 'gaxios';
20
0 commit comments