UNPKG

tinyhighlight

Version:
7 lines (5 loc) 147 B
interface ColoredOptions { jsx?: boolean; } declare function highlight(code: string, options?: ColoredOptions): string; export { highlight };