UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

8 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.intersection = void 0; function intersection(set1, set2) { return set1.intersection(set2); } exports.intersection = intersection; //# sourceMappingURL=intersection.js.map