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';