Files
Star-wars-card-game/node_modules/@redis/search/dist/commands/DICTDUMP.js
2026-01-28 00:55:06 +03:00

8 lines
247 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.transformArguments = void 0;
function transformArguments(dictionary) {
return ['FT.DICTDUMP', dictionary];
}
exports.transformArguments = transformArguments;