3 lines
98 B
TypeScript
3 lines
98 B
TypeScript
import {StreamParser} from "@codemirror/language"
|
|
export declare const lua: StreamParser<unknown>
|