Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/NonMatchingPropNames"

Index

Type aliases

Type aliases

NonMatchingPropNames

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

Get all property names not matching a type.

Generated using TypeDoc