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 f99bb12 commit eb91e9fCopy full SHA for eb91e9f
src/core.ts
@@ -324,7 +324,7 @@ export const numericalOperationCreator =
324
return createNumericalOperation(params, owneryQuery, options, name);
325
};
326
327
-export const numericalOperation = (createTester: (any) => Tester) =>
+export const numericalOperation = (createTester: (value: any) => Tester) =>
328
numericalOperationCreator(
329
(params: any, owneryQuery: Query<any>, options: Options, name: string) => {
330
const typeofParams = typeof comparable(params);
0 commit comments