UNPKG

@bscotch/gml-parser

Version:

A parser for GML (GameMaker Language) files for programmatic manipulation and analysis of GameMaker projects.

5 lines 247 B
export declare class StitchImportError extends Error { constructor(message: string, asserter?: Function); } export declare function assertStitchImportClaim(claim: any, message: string): asserts claim; //# sourceMappingURL=modules.util.d.ts.map