Files
module4_backend_project/node_modules/@redis/search/dist/commands/DICTDEL.d.ts
T
2025-02-11 15:06:41 +01: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;