4 lines
148 B
TypeScript
4 lines
148 B
TypeScript
import {StreamParser} from "@codemirror/language"
|
|
export declare const haxe: StreamParser<unknown>
|
|
export declare const hxml: StreamParser<unknown>
|