export parseBooleanOperands

This commit is contained in:
LenAnderson 2024-06-24 07:44:27 -04:00
parent 2a742db63e
commit 45eeb63a0d

View File

@ -461,7 +461,7 @@ function existsGlobalVariable(name) {
* @param {object} args Command arguments
* @returns {{a: string | number, b: string | number, rule: string}} Boolean operands
*/
function parseBooleanOperands(args) {
export function parseBooleanOperands(args) {
// Resolution order: numeric literal, local variable, global variable, string literal
/**
* @param {string} operand Boolean operand candidate