Skip to content

Commit 770fe62

Browse files
committed
chore: export encryption class
1 parent d15dd81 commit 770fe62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @copyright Boring Node
66
*/
77

8+
export { Encryption } from './src/encryption.ts'
89
export { EncryptionManager } from './src/encryption_manager.ts'
910
export { Hmac } from './src/hmac.ts'
1011
export { BaseDriver } from './src/drivers/base_driver.ts'

0 commit comments

Comments
 (0)