Log in Sign up
2 Matching Annotations
  1. Nov 2021
  2. github.com github.com
    type has no index signature · Issue #14951 · microsoft/TypeScript
    2
    1. TylerRick 01 Nov 2021
      in Public
      Alternatively, you could create a weak relationship: interface WeakHashmap<V> { [key: string]: V[keyof V]; }
      weak vs. strong relationship weak relationship
    2. TylerRick 01 Nov 2021
      in Public
      type Hashmap<K, V> = { [k in K]: V; }
      weak vs. strong relationship strong relationship
    Visit annotations in context

    Tags

    • strong relationship
    • weak relationship
    • weak vs. strong relationship

    Annotators

    • TylerRick

    URL

    github.com/Microsoft/TypeScript/issues/14951
Share:
Group. Only group members will be able to view this annotation.
Only me. No one else will be able to view this annotation.
Hypothes.is
  • About
  • Blog
  • Bioscience
  • Education
  • Jobs
  • Help
  • Contact
  • Terms of Service
  • Privacy Policy