15 lines
423 B
JavaScript
15 lines
423 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = {
|
|
IS_READ_ONLY: true,
|
|
/**
|
|
* Gets the size of a suggestion dictionary.
|
|
* @param parser - The command parser
|
|
* @param key - The suggestion dictionary key
|
|
*/
|
|
parseCommand(parser, key) {
|
|
parser.push('FT.SUGLEN', key);
|
|
},
|
|
transformReply: undefined
|
|
};
|
|
//# sourceMappingURL=SUGLEN.js.map
|