Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/MatchingPropNames"

Index

Type aliases

Type aliases

MatchingPropNames

MatchingPropNames: { [K in keyof T]: T[K] extends X ? K : never; }[keyof T]

Get all property names matching a type.

Generated using TypeDoc