Skip to content

Commit 182025b

Browse files
committed
chore: add more export for easy driver creation
1 parent 3312e21 commit 182025b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
*/
77

88
export { EncryptionManager } from './src/encryption_manager.ts'
9+
export { Hmac } from './src/hmac.ts'
10+
export { BaseDriver } from './src/drivers/base_driver.ts'
11+
export { base64UrlDecode, base64UrlEncode } from './src/base64.ts'
912
export * as errors from './src/exceptions.ts'

0 commit comments

Comments
 (0)