UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

9 lines 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.union = void 0; //basic set functions function union(set1, set2) { return set1.union(set2); } exports.union = union; //# sourceMappingURL=union.js.map