UNPKG

af-conditionals

Version:

A library that provides tools for making decisions in your code

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