From b58345faf6e71b3acaed96c282b34475f588799f Mon Sep 17 00:00:00 2001 From: Cecilia Sanare Date: Sat, 13 Jan 2024 22:23:53 -0600 Subject: [PATCH] fix: export crypto utils --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a7ba352..fd7181f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,3 @@ /* istanbul ignore file */ +export * as crypto from './utils/subtle-crypto'; export * from './hooks';