UNPKG

gcp-monorepo-secret-manager

Version:

A Google Cloud Secret Manager utility for managing environment variables across different environments and services within a monorepo.

9 lines 382 B
import { SecretManagerServiceClient } from "@google-cloud/secret-manager"; /** * Initialize and return a Secret Manager client * This function creates a new SecretManagerServiceClient instance * * @returns SecretManagerServiceClient instance */ export declare function initSecretManagerClient(): SecretManagerServiceClient; //# sourceMappingURL=initSecretManagerClient.d.ts.map