aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/index.ts6
1 files changed, 6 insertions, 0 deletions
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,
};