Skip to content

Commit

Permalink
fix crypto export
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Apr 20, 2024
1 parent 4b21267 commit 3b08d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { SymmAlg } from 'keystore-idb/types.js'
import type { Implementation } from '@oddjs/odd/components/crypto/implementation'

export type { Crypto }
export type Crypto = Crypto.Implementation

export { aesDecrypt, aesEncrypt }

Expand Down

0 comments on commit 3b08d89

Please sign in to comment.