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 { import {
extractAnimes, extractAnimes,
substringAfter,
substringBefore,
retrieveServerId,
extractTop10Animes, extractTop10Animes,
extractMostPopularAnimes, extractMostPopularAnimes,
} from "./methods"; } from "./methods";
@@ -23,6 +26,9 @@ export {
USER_AGENT_HEADER, USER_AGENT_HEADER,
ACCEPT_ENCODING_HEADER, ACCEPT_ENCODING_HEADER,
extractAnimes, extractAnimes,
substringAfter,
substringBefore,
retrieveServerId,
extractTop10Animes, extractTop10Animes,
extractMostPopularAnimes, extractMostPopularAnimes,
}; };