refactor: updated utils import export

This commit is contained in:
Ritesh Ghosh
2023-08-17 23:13:40 +05:30
parent 1c74ecf27e
commit 4f6c8313e9
+6
View File
@@ -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,
};