Skip to main content
Module

x/froebel/types.ts>FilterKeys

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