This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/dist/controllers/index.d.ts
T
2023-08-02 13:46:34 +05:30

3 lines
88 B
TypeScript

import getAnimeCategory from "./animeCategory.controller";
export { getAnimeCategory };