gitfoss-fork-fork | c0e91bd6da3a99f853d7e28626d33d409192a67c | app/controllers/syntax_highlight/index.ts ∙ GitFOSS
.ts
TypeScript
(application/typescript)
// request handlers
import { default as highlightCodeAction } from "./highlightCodeAction";

export const SyntaxHighlightController = {
  highlightCodeAction,
};