Appearance
function useDecrypt(): object;
Defined in: packages/valaxy/client/composables/decrypt.ts:36
object
decrypt: (password, ciphertext) => Promise<undefined | string>;
string
Promise<undefined | string>
Promise
undefined