UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

11 lines 256 B
/** * @example * ``` * tgdTemplate( * "Hello NAME!", * { NAME: "World" } * ) === "Hello World!" * ``` */ export declare function tgdTemplate(content: string, substitutions: Record<string, string>): string; //# sourceMappingURL=template.d.ts.map