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/models/index.js
T
2023-08-02 13:46:34 +05:30

6 lines
250 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Servers = void 0;
const anime_1 = require("./anime");
Object.defineProperty(exports, "Servers", { enumerable: true, get: function () { return anime_1.Servers; } });