UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

3 lines (2 loc) 216 B
export declare function tryDecryptPublicKeyPKCS1(privateKey: string, encryptedStr: string): string | null; export declare function tryDecryptPublicKeyDefault(privateKey: string, encryptedStr: string): string | null;