UNPKG

type-plus

Version:
8 lines 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toIntersection = void 0; function toIntersection(union) { return union; } exports.toIntersection = toIntersection; //# sourceMappingURL=union_to_intersection.js.map