Skip to main content
variable unionWith
import { unionWith } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

type

(
a: any[],
b: any[],
comp: Predicate,
) => unknown