Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/IntersectionObjectKeys"

Index

Type aliases

Type aliases

IntersectionObjectKeys

IntersectionObjectKeys: Extract<keyof A, keyof B>

Yields the intersection of the keys of two objects.

Generated using TypeDoc