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

4 lines
240 B
TypeScript

import { RedisCommandArguments } from '@redis/client/dist/lib/commands';
export declare function transformArguments(dictionary: string, term: string | Array<string>): RedisCommandArguments;
export declare function transformReply(): number;