aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-17 23:13:40 +0530
committerRitesh Ghosh <[email protected]>2023-08-17 23:13:40 +0530
commit4f6c8313e9ac2626eabb5da7f82858ef36d513fa (patch)
tree77f550968ec21b827d295e30d5370096b8057cff /src
parent1c74ecf27ee1144e7bbd441e3eee542074b5b409 (diff)
downloadaniwatch-api-4f6c8313e9ac2626eabb5da7f82858ef36d513fa.tar.xz
aniwatch-api-4f6c8313e9ac2626eabb5da7f82858ef36d513fa.zip
refactor: updated utils import export
Diffstat (limited to 'src')
-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,
};