We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df2d00 commit 9af4138Copy full SHA for 9af4138
1 file changed
factories/encryption.ts
@@ -5,8 +5,9 @@
5
* @copyright Boring Node
6
*/
7
8
-import { Encryption, type EncryptionConfig } from '../src/encryption.ts'
+import { Encryption } from '../src/encryption.ts'
9
import { chacha20poly1305 } from '../src/drivers/chacha20_poly1305.ts'
10
+import { type EncryptionConfig } from '../src/types/main.ts'
11
12
export class EncryptionFactory {
13
#config: EncryptionConfig
0 commit comments