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

export const SyntaxHighlightController = {
  highlightCodeAction,
};