UNPKG

signing-enclave

Version:

A code signing and notarization tool for macOS and Windows applications. Uses Azure Key Vault for secret and certificate management.

9 lines (8 loc) 189 B
type KeyVaultCredentials = { url: string; id: string; secret: string; tenantId: string; }; export declare function getKeyVaultCredentials(): KeyVaultCredentials; export {};