Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/ObjectHasStringIndex"

Index

Type aliases

Type aliases

ObjectHasStringIndex

ObjectHasStringIndex: ({ 0: "0"; } & { [k: string]: "1"; })[Matches<string, keyof O>]

Check if an object has a string index.

Generated using TypeDoc