UNPKG

@scalar/code-highlight

Version:

Central methods and themes for code highlighting in Scalar projects

7 lines 232 B
import type { LanguageFn } from 'highlight.js'; /** * cURL grammar adapted from highlightjs-curl to avoid a CJS dependency. */ declare const curlLanguage: LanguageFn; export default curlLanguage; //# sourceMappingURL=curl.d.ts.map