From 4f6c8313e9ac2626eabb5da7f82858ef36d513fa Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Thu, 17 Aug 2023 23:13:40 +0530 Subject: refactor: updated utils import export --- src/utils/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/utils') diff --git a/src/utils/index.ts b/src/utils/index.ts index da9dabb..7a1cf31 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -10,6 +10,9 @@ import { import { extractAnimes, + substringAfter, + substringBefore, + retrieveServerId, extractTop10Animes, extractMostPopularAnimes, } from "./methods"; @@ -23,6 +26,9 @@ export { USER_AGENT_HEADER, ACCEPT_ENCODING_HEADER, extractAnimes, + substringAfter, + substringBefore, + retrieveServerId, extractTop10Animes, extractMostPopularAnimes, }; -- cgit v1.2.3