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 ee0862c commit c8ff066Copy full SHA for c8ff066
packages/jmespath/src/utils.ts
@@ -119,7 +119,7 @@ const sliceArray = <T>({
119
* greater than or equal to the expected arity. If the number of arguments passed to the function
120
* is less than the expected arity, a `VariadicArityError` is thrown.
121
*
122
- * @param args -The arguments passed to the function
+ * @param args - The arguments passed to the function
123
* @param argumentsSpecs - The expected types for each argument
124
* @param decoratedFuncName - The name of the function being called
125
* @param variadic - Whether the function is variadic
0 commit comments