highlight.d.ts 71 B

1
  1. export declare const highlight: (str: string, lang: string) => string;