diff --git a/src/index.ts b/src/index.ts index 0139d9fb..ea6c2764 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,6 +13,8 @@ // limitations under the License. import {GoogleAuth} from './auth/googleauth'; +export * as gcpMetadata from 'gcp-metadata'; + export {AuthClient} from './auth/authclient'; export {Compute, ComputeOptions} from './auth/computeclient'; export {