UNPKG

map-transform

Version:

Map and transform objects with mapping definitions

4 lines 108 B
export default function xor(a = false, b = false) { return a ? !b : b; } //# sourceMappingURL=xor.js.map