UNPKG

meld-spec

Version:

Specification for the Meld scripting language

6 lines (5 loc) 196 B
import { ParserTestCase } from '../../../types/parser'; /** * Test cases for invalid comments that all implementations must reject */ export declare const commentInvalidTests: ParserTestCase[];