From d1455223eeffb65eeeb04fdc2bd01b6c46009adf Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Fri, 19 Dec 2025 17:55:39 +0800 Subject: [PATCH] Added new function --- src/utils/functions/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/functions/index.ts b/src/utils/functions/index.ts index 2aeb6e6..c9862ca 100644 --- a/src/utils/functions/index.ts +++ b/src/utils/functions/index.ts @@ -6,4 +6,4 @@ export { default as getApiMulti } from './getApiMulti.ts'; export { default as postApi } from './postApi.ts'; export { default as statusPopsApi } from './statusPopsApi.ts'; export { default as voidPopsApi } from './voidPopsApi.ts'; - +export { default as securePassword } from './securePassword.ts';