UNPKG

@churchapps/apihelper

Version:

Library of helper functions not specific to any one ChurchApps project or framework.

6 lines 225 B
export declare class EncryptionHelper { private static algorithm; static encrypt: (plainValue: string) => string; static decrypt: (encryptedPair: string) => string; } //# sourceMappingURL=EncryptionHelper.d.ts.map