UNPKG

@relaycorp/webcrypto-kms

Version:

WebCrypto-compatible client for Key Management Services like GCP KMS

6 lines (5 loc) 180 B
interface EnvVarSet { readonly [key: string]: string | undefined; } export declare function configureMockEnvVars(envVars?: EnvVarSet): (envVars: EnvVarSet) => void; export {};