import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/partition.js";
Creates an array of elements split into two groups, the first of which
contains elements predicate
returns truthy for, the second of which
contains elements predicate
returns falsey for. The predicate is
invoked with one argument: (value).