UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

3 lines (2 loc) 133 B
export declare const encryptKey: (originalKey: string) => string; export declare const decryptKey: (encryptedKey: string) => string;