diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-17 23:13:40 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-17 23:13:40 +0530 |
| commit | 4f6c8313e9ac2626eabb5da7f82858ef36d513fa (patch) | |
| tree | 77f550968ec21b827d295e30d5370096b8057cff /src | |
| parent | 1c74ecf27ee1144e7bbd441e3eee542074b5b409 (diff) | |
| download | aniwatch-api-4f6c8313e9ac2626eabb5da7f82858ef36d513fa.tar.xz aniwatch-api-4f6c8313e9ac2626eabb5da7f82858ef36d513fa.zip | |
refactor: updated utils import export
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/index.ts | 6 |
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, }; |
