Skip to main content
Module

x/froebel/types.ts>FilterKeys

A strictly typed utility library.
Latest
type alias FilterKeys
import { type FilterKeys } from "https://deno.land/x/froebel@v0.23.2/types.ts";
definition: keyof [K in keyof Tin keyof T[K] extends F ? K : never]: 0