Files
echo-nexus/node_modules/@codemirror/legacy-modes/mode/mllike.d.ts
T

5 lines
199 B
TypeScript

import {StreamParser} from "@codemirror/language"
export declare const oCaml: StreamParser<unknown>
export declare const fSharp: StreamParser<unknown>
export declare const sml: StreamParser<unknown>