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

6 lines
379 B
TypeScript

import { RedisCommandArgument, RedisCommandArguments } from '.';
import { LPosOptions } from './LPOS';
export { FIRST_KEY_INDEX, IS_READ_ONLY } from './LPOS';
export declare function transformArguments(key: RedisCommandArgument, element: RedisCommandArgument, count: number, options?: LPosOptions): RedisCommandArguments;
export declare function transformReply(): Array<number>;