UNPKG

@bscotch/gml-parser

Version:

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

4 lines 206 B
import type { Type } from './types.js'; export declare function typeToHoverDetails(type: Type): string; export declare function typeToHoverText(type: Type): string; //# sourceMappingURL=types.hover.d.ts.map