Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/OptionalPropNames"

Index

Type aliases

Type aliases

OptionalPropNames

OptionalPropNames: { [K in keyof T]: undefined extends T[K] ? K : never; }[keyof T]

Get all names of properties with types that include undefined.

Generated using TypeDoc