@quick-game/cli
Version:
Command line interface for rapid qg development
1 lines • 124 B
JavaScript
export class StringOutputStream{#t;constructor(){this.#t=""}async write(t){this.#t+=t}async close(){}data(){return this.#t}}
Command line interface for rapid qg development