UNPKG

ice.fo.utils

Version:

6 lines (4 loc) 167 B
declare module "ice.fo.utils/EncryptUtils" { export function encryptPassword(text: string): string; export function isValidPassword(text: string): boolean; }