import { type StrictExtract } from "https://deno.land/x/ts_essentials@v9.1.2/lib/types.ts";
Similar to the builtin Extract, but checks the filter strictly
Type Parameters
U extends Partial<T>
import { type StrictExtract } from "https://deno.land/x/ts_essentials@v9.1.2/lib/types.ts";
Similar to the builtin Extract, but checks the filter strictly