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

export const SyntaxHighlightController = {
  highlightCodeAction,
};