UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

3 lines (2 loc) 148 B
export declare function encrypt(s: string, type?: string): string; export declare function hmacEncrypt(key: any, data: any, type?: string): string;