UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

4 lines (3 loc) 171 B
declare function customEncrypt(plainPassword: string): string; declare function customDecrypt(encryptedPassword: string): string; export { customEncrypt, customDecrypt };