import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/unionWith.js"; VariablesvdefaultThis method is like _.union except that it accepts comparator which is invoked to compare elements of arrays. Result values are chosen from the first array in which the value occurs. The comparator is invoked with two arguments: (arrVal, othVal).