@qrvey/formula-lang
Version:
QFormula support for qrvey projects
9 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isALiteral = void 0;
const constants_1 = require("../constants");
function isALiteral(context) {
return context.argument.type === constants_1.AST_TYPES.literal;
}
exports.isALiteral = isALiteral;
//# sourceMappingURL=isALiteral.js.map