From 997ababf49f6d39c0473890387f2443446b71656 Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Fri, 5 Jul 2024 14:40:04 +0800 Subject: [PATCH] Support react native environment when polyfilled --- src/index.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 748be63..e5d7a20 100644 --- a/src/index.ts +++ b/src/index.ts @@ -68,7 +68,7 @@ type AesFunctionType = (iv: Buffer, key: Buffer, data: Buffer) => Promise