codeql/javascript-all
2.0.2-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import javascript
An expression that is equivalent to A.endsWith(B) or !A.endsWith(B).
A.endsWith(B)
!A.endsWith(B)