Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "union/UnionHasKey"

Index

Type aliases

Type aliases

UnionHasKey

UnionHasKey: ({ [S in Union]: "1"; } & Obj<"0">)[K]

Check if a union contains a given string literal. Deprecated, ditch for Matches.

deprecated

Generated using TypeDoc