We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compoundEval
Prosperities value is passed to compoundEval here, the type signature of the value is ([keyof Document, isDesc] | keyof Document)[].
([keyof Document, isDesc] | keyof Document)[]
LokiJS/src/lokijs.js
Lines 3364 to 3369 in 25b9a33
But compoundEval only support [keyof Document, isDesc][]:
[keyof Document, isDesc][]
Line 385 in 25b9a33
Line 394 in 25b9a33
But do not support (keyof Document)[].
(keyof Document)[]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prosperities value is passed to
compoundEval
here, the type signature of the value is([keyof Document, isDesc] | keyof Document)[]
.LokiJS/src/lokijs.js
Lines 3364 to 3369 in 25b9a33
But
compoundEval
only support[keyof Document, isDesc][]
:LokiJS/src/lokijs.js
Line 385 in 25b9a33
LokiJS/src/lokijs.js
Line 394 in 25b9a33
But do not support
(keyof Document)[]
.The text was updated successfully, but these errors were encountered: