course-renderer
Version:
Manages CA School Courses file system storage and HTML conversion
8 lines (7 loc) • 368 B
TypeScript
import { question } from './handlers/question';
import { series } from './handlers/series';
import { text } from './handlers/text';
import { repl } from './handlers/repl';
import { section } from './handlers/section';
import { HandlerOptionInterface } from './handlers/HandlerOptionInterface';
export { question, series, text, repl, section, HandlerOptionInterface };