UNPKG

@bscotch/gml-parser

Version:

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

3 lines 218 B
export declare function assertThrows(fn: () => void, message?: string): void; export declare function assertThrowsAsync(fn: () => Promise<void>, message?: string): Promise<void>; //# sourceMappingURL=util.test.d.ts.map