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

export const SyntaxHighlightController = {
  highlightCodeAction,
};