import { type IsSet } from "https://deno.land/x/deepmergets@v7.1.3/src/types/utils.ts";
Returns whether or not the given type is an set.
Note: This may also return true for Maps.
import { type IsSet } from "https://deno.land/x/deepmergets@v7.1.3/src/types/utils.ts";
Returns whether or not the given type is an set.
Note: This may also return true for Maps.