UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

1 lines 124 B
export class StringOutputStream{#t;constructor(){this.#t=""}async write(t){this.#t+=t}async close(){}data(){return this.#t}}