UNPKG

ai-code-writer

Version:

An AI code writer application using OpenAI APIs for audio transcription and chat completion.

10 lines (9 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PauseResponse { constructor() { this.isPaused = false; this.isSuspended = false; } } exports.default = PauseResponse;