leafjs/orient

View on GitHub
src/constants/logicoperators.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
    '$or': 'OR',
    '$and': 'AND'
};