mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix JSDoc
This commit is contained in:
@ -8,9 +8,9 @@ import { SlashCommandScope } from './SlashCommandScope.js';
|
|||||||
|
|
||||||
export class SlashCommandParser {
|
export class SlashCommandParser {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
/**@type {Map<String, SlashCommand>}*/ commands = {};
|
/**@type {Object.<string, SlashCommand>}*/ commands = {};
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
/**@type {Map<String, String>}*/ helpStrings = {};
|
/**@type {Object.<string, string>}*/ helpStrings = {};
|
||||||
/**@type {Boolean}*/ verifyCommandNames = true;
|
/**@type {Boolean}*/ verifyCommandNames = true;
|
||||||
/**@type {String}*/ text;
|
/**@type {String}*/ text;
|
||||||
/**@type {String}*/ keptText;
|
/**@type {String}*/ keptText;
|
||||||
|
Reference in New Issue
Block a user