UNPKG

af-conditionals

Version:

A library that provides tools for making decisions in your code

8 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BinaryOperator = void 0; const operator_1 = require("./operator"); class BinaryOperator extends operator_1.Operator { } exports.BinaryOperator = BinaryOperator; //# sourceMappingURL=binary-operator.js.map