UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

5 lines 205 B
/** * Generator to iterate on each lines of a big string content. */ export declare const forEachLine: (content: string) => Generator<string, string, unknown>; //# sourceMappingURL=for-each-line.d.ts.map