.ts
TypeScript
(application/typescript)
export { AuthController } from "./auth";
export { HomeController } from "./home";
export { OrganizationController } from "./organization";
export { RepositoryController } from "./repository";
export { RepositoryPullRequestsController } from "./repositoryPullRequests";
export { SyntaxHighlightController } from "./syntaxHighlight";
export { ThemeController } from "./theme";
export { UserController } from "./user";
export { SSHAuthController } from "./ssh-auth";