Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/LiteralPropNames"

Index

Type aliases

Type aliases

LiteralPropNames

LiteralPropNames: { [K in keyof T]: string extends T[K] ? never : K; }[keyof T]

Get all property names that are literals, i.e. all but the (string) index.

Generated using TypeDoc