From 9dfcc01f17eae598402b3523b3b32117a9e3629d Mon Sep 17 00:00:00 2001 From: herrrta <73949927+herrrta@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:39:32 -0500 Subject: [PATCH] chore --- augmentations/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/augmentations/index.ts b/augmentations/index.ts index 22ca2cb0..abec02c9 100644 --- a/augmentations/index.ts +++ b/augmentations/index.ts @@ -1,3 +1,4 @@ +export * from "./api"; export * from "./mmkv"; export * from "./number"; export * from "./string";