We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10197be commit 6967afeCopy full SHA for 6967afe
jsEngine/api/PromptAPI.ts
@@ -171,6 +171,7 @@ export class PromptAPI {
171
* title: 'Is this a test?',
172
* content: 'Are you sure this is a test? Are you sure that your choice is really meaningless?',
173
* });
174
+ * ```
175
*/
176
public async yesNo(options: YesNoPromptOptions): Promise<boolean | undefined> {
177
return await this.button<boolean>({
0 commit comments