UNPKG

secure-encryption-lib

Version:

A TypeScript library for secure encryption using AES & RSA with automatic key rotation.

7 lines (6 loc) 208 B
import { SecureEncryptionSdkEnvConfig } from './TYPES_INTERNAL'; /** @ignore */ export declare const SERVICE: string; /** @ignore */ declare const CONFIG: SecureEncryptionSdkEnvConfig; export default CONFIG;