We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8062c2b commit f3f946fCopy full SHA for f3f946f
packages/client/lib/commands/EXISTS.ts
@@ -11,4 +11,4 @@ export function transformArguments(
11
return pushVerdictArguments(['EXISTS'], keys);
12
}
13
14
-export { transformBooleanReply as transformReply } from './generic-transformers';
+export declare function transformReply(): number;
0 commit comments